efa system settings
update
Configures the schedule for automatic
database backups and determines the maximum number of backup and supportsave files to save
before they are deleted.
Syntax
efa system settings
update
[--backup-schedule
time
|--max-backup-files
num
|--max-supportsave-files
num
|--remote-server-ip
ip
|--remote-transfer-protocol ftp | scp
|--remote-server-username
name |--remote-server-password
password
|--remote-server-directory
directory
|--periodic-device-config-backup
Yes
|
No
]
Parameters
- --backup-schedule
time
- Specifies the schedule for
periodic, automatic backups, in the format HOUR:DOM:MON:DOW (hour, day of
month, month, day of week). The default time is scheduled for Sunday 12
AM.
- --max-backup-files
num
- Specifies the maximum number
of backup files to keep. As new backup files are created, older backup files
in excess of this value are deleted. The default is 5 backup files.
- --max-supportsave-files
num
- Specifies the maximum number
of supportsave files to keep. As new supportsave files are created, older
files in excess of this value are deleted. The default is 5 supportsave
files.
- --remote-server-ip
ip
- Specifies the remote server
IP where backup is copied.
- --remote-transfer-protocolftp |
scp
- Specifies a valid transfer protocol.
- --remote-server-username
name
- Specifies the remote server
user name.
- --remote-server-password
password
- Specifies the remote server
password.
- --remote-server-directory
directory
- Specifies the remote server
directory where backup is copied.
- --periodic-device-config-backup
Yes
|
No
- Specifies whether to include
device configuration backup in periodic backup. Default is No.
Usage Guidelines
The settings described here enable you to configure details of the remote server where the
backup is copied.

Note
The details of
the remote server are verified before configuring the remote parameters. If you
specify a value for any
one of the following, you must specify values for
all the others:
remote-server-ip
remote-server-username
remote-server-password
remote-server-directory
If the four values have already been set, they are retained in the
database. If you then modify any one of them, the other values are
used.
The transfer of backup on remote servers is performed through
the Secure Copy Protocol (SCP).
Examples
efa system settings update --remote-server-ip 10.20.255.177 --remote-server-username extreme
--remote-server-password password --remote-server-directory efa/backup
Setting Update Successful
efa system settings update --remote-server-ip 10.20.255.177
Error: Remote server settings missing or incomplete
efa system settings update --remote-server-username extreme
Error: Remote server settings missing or incomplete
efa system settings update --remote-server-ip 10.20.241.7
--remote-server-username root --remote-server-password pass
--remote-server-directory /root/vinod/ --remote-transfer-protocol scp
Setting Update Successful
--- Time Elapsed: 148.800033ms ---