The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
system configuration backup rename
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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 (privilege: advanced)-
Use this parameter to specify the name of the source node where the configuration backup currently exists.
-backup <text>
- Backup Name (privilege: advanced)-
Use this parameter to specify the name of the configuration backup file to rename.
-new-name <text>
- New Name (privilege: advanced)-
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