set periodic-backup (TFTP or SFTP)

Description

Configure a periodic backup to TFTP or SFTP server.

Syntax

set periodic-backup [ mode {on | off} ] [ server-address <server-ip-address>] [ protocol {tftp | sftp}] [ server-username <server-username>] [ server-password <server-password>] [ file-encryption { true [ encryption-password <encryption-password>] | false } ] [ schedule { monthly [ day-of-month <<day-of-month>> ] | weekly [ day-of-week <<day-of-week>>] | daily } ] [ hour <hh:mm>]

Parameters

Parameter

Description

server-address

IP address of destination

server-username

User name to authenticate

server-password

Password to authenticate

file-encryption

File encryption is turned on or off

encryption-password

Password to encrypt/decrypt file

schedule

Periodicity of the backup: monthly/weekly/daily

day-of-month

Day of the month on which to backup settings (in case of monthly backup)

day-of-week

Day of the week on which to backup settings (in case of weekly backup)

hour

Hour on which to backup settings

Example

set periodic-backup mode on server-address 192.168.1.1 protocol sftp server-username admin server-password 12345 file-encryption true encryption-password 67890 schedule daily hour 1:00