set periodic-backup (FTP)

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Configures periodic backup to a remote FTP server.

See also:

set periodic-backup (TFTP or SFTP)

Syntax

set periodic-backup [ mode {on | off} ] [ server-address <server-address> ] [ 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 ]

Parameters

Parameter

Description

day-of-month

Day of the month to backup

A number with no fractional part (integer)

day-of-week

Day of the week to backup

Options: sunday, monday, tuesday, wednesday, thursday, friday, saturday

encryption-password

Encryption password

A string that contains alphanumeric and special characters.

file-encryption

Choose whether to encrypt the backup data

Type: Boolean (true/false)

hour

Scheduled backup hour. The backup will be performed during this hour

A number with no fractional part (integer)

schedule

Schedule the frequency of the periodic backup

Press TAB to see available options

server-address

Backup server name or IPv4 address (FTP)

Type: backupUrl

server-password

Backup server password

A string that contains alphanumeric and special characters.

server-username

Backup server username

A string that contains up to 64 characters without spaces, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '@' (at)

Example Command

set periodic-backup mode true server-address 192.168.1.1 server-username admin server-password 12345 file-encryption true encryption-password 67890 schedule monthly day-of-month 2 hour 2