cluster backup run
Run a cluster backup operation on demand. This command does not back up the SMK used to encrypt the contents of the cluster. Refer to Backing Up/Restoring the Cluster SMK for this procedure.
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.
Backup and restore operations can only be done on the primary member of the cluster.
REST API: PUT /api/clusters/{clusterID}/backup
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster backup run -clusterid <string> -filename <filename> -backuppassword <password>
Argument(s) | Shortcut | Description |
---|---|---|
-backuppassword <password> | -b | Specifies a password that will be required to restore from this backup. |
-clusterid <string> | -c | The UUID of the cluster you want to back up. |
-filename <filename> | -f | A filename for the backup file. Using the same filename as an existing backup will overwrite the existing file. |
Example
lunash:>cluster backup run -clusterid ac2a0f56-626e-4c91-a379-489b789a47e7 -filename myBackup -backupPassword myBUpassword Successfully started job with ID 3 Command Result : 0 (Success)