![Dell EMC Vblock 240 Administration Manual Download Page 126](http://html1.mh-extra.com/html/dell-emc/vblock-240/vblock-240_administration-manual_2468384126.webp)
3
Because of routing requirements, you may need to add VRF management to the end of each
copy command. The variable
$(TIMESTAMP)
included in the file name inserts the date/time into
the file name when the tasks are executed. From the network device, to create the backup task,
type:
SWITCH#
conf t
SWITCH(config)#
scheduler aaa-authentication username login password
password
SWITCH(config)#
scheduler job name cfgBackup
SWITCH(config-job)#
copy startup-config tftp://IP/device/config/
name_startup_$(TIMESTAMP).cfg
SWITCH(config-job)#
copy running-config tftp://IP/device/config/
name_running_$(TIMESTAMP).cfg
SWITCH(config-job)#
end
SWITCH#
4
To schedule the backup task, type:
SWITCH#
conf t
SWITCH(config)#
scheduler schedule name Daily0600
SWITCH(config-schedule)#
time daily 06:00
SWITCH(config-schedule)#
job name cfgBackup
SWITCH(config-schedule)#
end
SWITCH#
SWITCH#
conf t
SWITCH(config)#
scheduler schedule name Daily1800
SWITCH(config-schedule)#
time daily 18:00
SWITCH(config-schedule)#
job name cfgBackup
SWITCH(config-schedule)#
end
SWITCH#
Guidelines for backing up system configuration files
|
126