| java.lang.Object org.continuent.sequoia.controller.backup.backupers.OctopusBackuper
OctopusBackuper | public class OctopusBackuper implements Backuper(Code) | | This class defines a Backuper based on Octopus v3.4.1.
The options supported by this Backuper must be separated by commas (default
is 'zip=true,redirectOutput=false'). The options are defined as follows:
zip=[true,false]: defines if the dump directory must be compressed in a zip
file. Default is true.
redirectOutput=[true,false]: redirect Octopus output directly in the logger
instead of dumping everything on the standard console (may not work on some
systems). Default is false.
author: Emmanuel Cecchet author: author: Nicolas Modrzyk version: 1.0 |
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() | public void | restore(DatabaseBackend backend, String login, String password, String dumpName, String path, ArrayList tables) | public void | setOptions(String options) | public DumpTransferInfo | setupDumpServer() |
OctopusBackuper | public OctopusBackuper()(Code) | | Creates a new OctopusBackuper object
|
|
|