system scheduled-backup
Use this command to configure system configuration backup. You can choose to back up the configurations locally or remotely. You can also specify the backup schedules.
Syntax
config system scheduled-backup
set destination {local | remote}
set remote-protocol {ftp | sftp}
set schedule {daily | none | weekdays}
set schedule-weekdays {monday ... sunday}
end
Variable |
Description |
Default |
Select whether to back up on the local machine and/or remotely on a FTP/SFTP server. |
local |
|
Set the maximum number of backup to keep. When the number is reached, the oldest version will be overwritten. Valid range is 1 to 52. |
10 |
|
Specify the storage directory on the remote server. |
|
|
Specify the host name or IP address of the remote server. |
|
|
Specify the password to log on to the remote server. |
|
|
Specify either FTP or SFTP. |
sftp |
|
Specify the user name to log on to the remote server. |
|
|
You can choose to back up daily or on specify day/days (from Monday to Sunday), or not back up at all (none). |
|
|
Specify the time (from 1 to 24) to perform the backup. |
23 |
|
If you choose the weekday backup schedule, specify the day/days (from Monday to Sunday). |
sunday |