freq

Use the freq command to specify the frequency of software backups.

freq (daily |everyday|weekday)|(weekly 0,1,2,3,4,5,6)|(monthly date)|never

Parameters

daily Indicates that backups will occur on a daily basis
everyday Configures backup to occur every day of the week
weekday Configures backup to occur from Monday to Friday only
weekly Indicates that backups will occur on weekly basis
0 Configures backup scheduling to occur on Sunday
1 Configures backup scheduling to occur on Monday
2 Configures backup scheduling to occur on Tuesday
3 Configures backup scheduling to occur on Wednesday
4 Configures backup scheduling to occur on Thursday
5 Configures backup scheduling to occur on Friday
6 Configures backup scheduling to occur on Saturday
monthly Indicates that backups will occur on a monthly basis
date Specifies a calendar day
never Indicates that backups will not occur

Examples

The following example sets the software backups to occur from Monday to Friday:

EWC.extremenetworks.com:schedule_backup# freq daily weekday

The following example sets the software backups to occur every Tuesday and Thursday:

EWC.extremenetworks.com:schedule_backup# freq weekly 2,4

The following example sets the software backups to occur on the 15th day of every month:

EWC.extremenetworks.com:schedule_backup# freq monthly 15

The following example disables all backup scheduling:

EWC.extremenetworks.com:schedule_backup# freq never