Ir al contenido

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.

  • Transaction-log & PITR
  • Automatic DB discovery
  • Full / diff / incremental

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 the whole database or to a point in time.

See also: Restore, Instant Recovery & V2V.