fscsm_basebackup
fscsm_basebackup create -comment comment
fscsm_basebackup delete -version version
fscsm_basebackup list
Collects, deletes, and outputs lists of base backups of the software platform of Cloud Services Management. Pre-configurations are necessary in order to perform base backup operations. For details, refer to "4.2.2.1 Configuring Online Backup". In addition, it is necessary to define the storage folder for backup files in the configuration file. For details, refer to "2.10.5 Online Backup Configuration Information".
Collects a base backup.
In comment, enter a comment for the base backup. Specify a character string which contains 1 to 32 alphanumeric characters, hyphens ("-"), underscores ("_"), periods ("."), blank spaces (" "), plus signs ("+"), slashes ("/"), asterisks ("*"), equal signs ("="), ampersands ("&"), percent signs("%"), colons (":"), and semicolons (";") and is enclosed by double quotes (""").
Delete a base backup.
In version, specify the version of the base backup to be deleted. The base backup can be checked by executing fscsm_basebackup list.
Display the added base backup information in a prompt window.
The following items are displayed in ascending order of base backup version.
Base backup version
Base backup completion time
Comment
When creating a base backup using a comment called "first"
>fscsm_basebackup create -comment "first"<RETURN>
When deleting the base backup whose version is 3
>fscsm_basebackup delete -version 3<RETURN>
When outputting backup information to the screen
>fscsm_basebackup list<RETURN> version time comment ------------------------------------------------------------------ 1 2015-09-01 11:10 first 2 2016-01-13 11:10 2nd backup