| java.lang.Object org.continuent.sequoia.controller.backup.backupers.MSSQLBackuper
MSSQLBackuper | public class MSSQLBackuper implements Backuper(Code) | | MSSQL backuper inspired from the PostgreSQL backuper.
This backuper takes the following options:
urlHeader: expected URL header for the backend. Default is
"jdbc:jtds:sqlserver:"
driverClassName: driver class name to load. Default is the driver class
defined for the targeted backend. If you need to use a specific driver for
backup/restore operation, you can force it here.
To use it, edit the virtual database config's node:
Then in the console to take the backups:
backup mybackend database.dump MSSQLServer \\\
author: Adam Fletcher author: Mykola Paliyenko author: Emmanuel Cecchet author: Stephane Giron |
Inner Class :protected class MSSQLUrlInfo | |
Method Summary | |
public Date | backup(DatabaseBackend backend, String login, String password, String dumpName, String path, ArrayList tables) | public void | deleteDump(String path, String dumpName) | public void | fetchDump(DumpTransferInfo dumpTransferInfo, String path, String dumpName) | public String | getDumpFormat() | public String | getOptions() | String | getProcessOutput(Process process) | protected void | printErrors() | public void | restore(DatabaseBackend backend, String login, String password, String dumpName, String path, ArrayList tables) | public void | setOptions(String options) | public DumpTransferInfo | setupDumpServer() |
MSSQLBackuper | public MSSQLBackuper()(Code) | | Creates a new MSSQLBackuper object
|
printErrors | protected void printErrors()(Code) | | |
|
|