system configuration backup rename
Rename a configuration backup
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The system configuration backup rename command changes the file name of a configuration backup file.
Use the system configuration backup show command to display configuration backups to rename.
Parameters
- -node {<nodename>|local} - Node
- Use this parameter to specify the name of the source node where the configuration backup currently exists.
- -backup <text> - Backup Name
- Use this parameter to specify the name of the configuration backup file to rename.
- -new-name <text> - New Name
- Use this parameter to specify a new name for the configuration backup file.
Examples
The following example renames the saved configuration file download.config.7z on the node node1 to test.config.7z.
cluster1::*> system configuration backup rename -node node1 -backup download.config.7z -new-name test.config.7z
Give documentation feedback