cluster backup config

Configure a scheduled cluster backup.

NOTE   Thales recommends Luna Appliance Software 7.8.3 with cluster package 1.0.3, Luna HSM Firmware 7.8.2, and Luna HSM Client 10.6.0 to use clusters.

User Privileges

Users with the following privileges can perform this command:

>Admin

Syntax

cluster backup config -clusterid <string> -filename <filename> -number <number> -time <string>

Argument(s) Shortcut Description
-clusterid <string> -c Specifies the UUID of the cluster to configure backups for.
-filename <filename> -f Specifies the prefix to append to backup filenames.
-number <number> -n

Specifies the number of backup files that will be stored. After this number of backups is reached, the oldest backup will be deleted to make room for each new backup file.

Valid Values: 1-15

-time <string> -t Specifies the time to run backup operation(s) in the format d:hh:mm (where d is a number representing the day of the week as follows: 0 == Sunday, 1 == Monday, 2 == Tuesday, etc.)

Example

lunash:>cluster backup config -clusterid ac2a0f56-626e-4c91-a379-489b789a47e7 -filename myScheduledBackup -number 5 -t 3:15:50

Success

Command Result : 0 (Success)