cluster backup config

Configure a scheduled cluster backup.

NOTE   Thales requires minimum Luna Appliance Software 7.8.5 with the lnh_cluster-1.0.4 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.7.2 to use clusters in production environments.

REST API: PUT /api/clusters/{clusterID}/backup

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)