Skip to main content
A newer release of this product is available.

system configuration backup settings modify

Contributors
Suggest changes

Modify configuration backup settings

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

The system configuration backup settings modify command changes settings for configuration backup.

Parameters

[-destination <text>] - Backup Destination URL (privilege: advanced)

Use this parameter to specify the destination URL for uploads of configuration backups. Use the value "" to remove the destination URL. Only FTP, HTTP, HTTPS, TFTP, FTPS protocols are supported.

[-username <text>] - Username for Destination (privilege: advanced)

Use this parameter to specify the user name to use to log in to the destination system and perform the upload. Use the system configuration backup settings set-password command to change the password used with this user name.

[-validate-certificate {true|false}] - Validate Digital Certificate (privilege: advanced)

Use this parameter with the value true to validate the digital certificate of the remote server. Digital certificate validation is disabled by default.

[-numbackups1 <integer>] - Number of Backups to Keep for Schedule 1 (privilege: advanced)

Use this parameter to specify the number of backups created by backup job schedule 1 to keep on the destination system. If the number of backups exceeds this number, the oldest backup is removed. Schedule 1 is pre-programmed to be '8hour'.

[-numbackups2 <integer>] - Number of Backups to Keep for Schedule 2 (privilege: advanced)

Use this parameter to specify the number of backups created by backup job schedule 2 to keep on the destination system. If the number of backups exceeds this number, the oldest backup is removed. Schedule 2 is pre-programmed to be 'daily'.

[-numbackups3 <integer>] - Number of Backups to Keep for Schedule 3 (privilege: advanced)

Use this parameter to specify the number of backups created by backup job schedule 3 to keep on the destination system. If the number of backups exceeds this number, the oldest backup is removed. Schedule 3 is pre-programmed to be 'weekly'.

Examples

The following example shows how to set the destination URL and user name used for uploads of configuration backups.

cluster1::*> system configuration backup settings modify -destination ftp://www.example.com/config/uploads/ -username admin