xStack
® 
DGS-3120 Series Managed Switch CLI Reference Guide 
606 
 
Chapter 66  SD Card Management 
Command List 
 
create backup [config | log] time_range <range_name 32> filename <pathname> {state [enable | 
disable]} 
config backup [config | log] time_range <range_name 32> filename <pathname> state [enable | 
disable] 
delete backup [config | log] [all | time_range <range_name 32> {filename <pathname>}] 
show backup {config | log} 
create execute_config time_range <range_name 32> config <pathname> {state [enable | 
disable] | [increment | reset]} 
config execute_config time_range <range_name 32> config <pathname> {state [enable | 
disable] | [increment | reset]} 
delete execute_config [all | time_range <range_name 32> {config <pathname>}] 
 
66-1  create backup 
Description 
This command is used to create a schedule to backup the configuration or log to file system.  
If the time range does not exist, the schedule will still be created without prompt. But the schedule 
will not take effective until the time range is created. To create an existed entry, the device will 
feedback a success message and does no change for the existed schedule. The maximum of 
schedules backup is 15. 
 
Format 
create backup [config | log] time_range <range_name 32> filename <pathname> {state 
[enable | disable]} 
 
Parameters 
config - Schedule to back up configuration. 
log - Schedule to back up log. 
time_range - The schedule to back up the configuration or log. 
<range_name32> - Enter the name of the time range. Maximum 32 characters. 
filename - The backup filename of the configuration or log. 
<pathname> - Enter the backup file path name. 
state - (Optional) Enable or disable the backup schedule when the schedule is created. If not 
specified, the schedule will be disabled. 
enable – Enable the backup schedule. 
 – Disable the backup schedule. 
 
Restrictions 
Only Administrator and Operator-level users can issue this command.