Top
Cloud Services Management V1.1.0 Operation Guide
FUJITSU Software

5.2.14 Base Backup Operation Commands

Command Name

fscsm_basebackup

Format
fscsm_basebackup create -comment comment
fscsm_basebackup delete -version version
fscsm_basebackup list
Description

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".

Subcommands
create -comment comment

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 -version version

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.

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

Example
  • 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