create backup |
Creates a file-based backup using transferred criteria. |
Parameters |
|
Note: When the maximum file size of the target drive's file system is reached or the drive is full, the backup file will be automatically split unless there's a maximum size set for it. |
create incremental backup |
Creates an incremental file-based backup. A backup will be created that contains only the changed files from a selected existing backup. |
Parameters |
|
restore backup |
Restores files/data from a file-based backup. |
Parameters |
|
Note: If no target parameter (target_path)is indicated, the original data will be overwritten with data from the backup. |
validate backup |
This function checks the structural integrity of the backup file. It will examine whether the required logical structure is intact or undamaged. In addition, encrypted and/or compressed backups will be checked to determine whether decryption or decompression is possible without error. |
Parameters |
|
Note: If no target parameter (target_path) is indicated, the original data will be overwritten with data from the backup. |
Example <command name="validate backup"> <device_type>filesystem</device_type> <backup_name>c:\OODI\Image20111005.obk</backup_name> </command> |