Microsoft SQL Server
Esta página aún no está disponible en tu idioma.
Full, differential and incremental SQL Server backups with transaction-log and point-in-time recovery, plus automatic database discovery across instances.
Capabilities
Section titled “Capabilities”- Transaction-log & PITR
- Automatic DB discovery
- Full / diff / incremental
Configure
Section titled “Configure”Add the plugin to a FileSet on the client you want to protect:
FileSet { Name = "mssql" Include { Options { Plugin = "mssql: instance=MSSQLSERVER db=* pit=yes" } }}All parameters are space-separated key=value pairs. See the FileSet reference for FileSet options.
Restore
Section titled “Restore”Restore the whole database or to a point in time.
See also: Restore, Instant Recovery & V2V.