efa inventory config-backup
Configures the backup for device configuration.
Syntax
Parameters
- --ip ip-address
- Specifies the IP address of the device.
- --key ip-address
- Specifies the IP address of the device or config-backup UUID to be deleted.
- --uuid cb-uuid
- Specifies the ID of the configuration backup.
- --show-config
- Displays configuration text.
- --file-dump filename
- Saves configuration text to the specified file.
Usage Guidelines
Use the efa inventory config-backup history command to display the history of configuration backups.
Use the efa inventory config-backup execute command to run the configuration backup for the specified device.
Use the efa inventory config-backup delete command to delete the configuration backup record.
Use the efa inventory config-backup detail command to display the details of the configuration backup and to, optionally, show the text of the configuration and save the text to a file.
Examples
The following examples show efa inventory config-backup commands.
# efa inventory config-backup execute --ip 10.24.14.133 # efa inventory config-backup history --ip 10.24.14.133 # efa inventory config-backup detail –-uuid 1111-1111-1111 --show-config # efa inventory config-backup detail –-uuid 1111-1111-1111 --show-config -–file-dump fileABC # efa inventory config-backup delete --key 10.24.14.133 # efa inventory config-backup delete --key 1111-1111-111