Method | Description | |
---|---|---|
Backup ( ) : System | ||
Backup ( DBreezeConfiguration configuration ) : System | ||
Backup ( string backupFolderName ) : System |
|
|
Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System |
|
|
Dispose ( ) : void | ||
Flush ( ) : void |
Method | Description | |
---|---|---|
GetFileStream ( ) : void | ||
InitBackupFolder ( ) : void | ||
WriteBackupElement ( ulong fileNumber, byte type, long pos, byte data ) : void |
Represents incremental backup of protocol 1
|
public Backup ( DBreezeConfiguration configuration ) : System | ||
configuration | DBreezeConfiguration | |
return | System |
public Backup ( string backupFolderName ) : System | ||
backupFolderName | string | Folder where will be restored incremental backup |
return | System |
public Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System | ||
backupFolderName | string | Folder where will be restored incremental backup |
configuration | DBreezeConfiguration | |
return | System |