set periodic-backup

Description

Configures periodic backup to a remote FTP server.

Syntax

set periodic-backup [ mode <mode>] [ 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 <hour> ]

Parameters

Parameter

Description

day-of-month

Day of the month to backup

Type: 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

Type: 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

Type: A number with no fractional part (integer)

mode

Is periodic backup enabled

Type: Boolean (true/false)

schedule

Schedule the frequency of the periodic backup

Type: Press TAB to see available options

server-address

Backup server name or IPv4 address (FTP)

Type: backupUrl

server-password

Backup server password

Type: A string that contains alphanumeric and special characters

server-username

Backup server username

Type: A string that contains (0-9, a-z, - . @) up to 64 characters without spaces

Example

set periodic-backup mode true server-address backupUrl server-username admin server-password a(&7Ba file-encryption true encryption-password a(&7Ba schedule monthly day-of-month 2 hour 2