11-21-2013 12:31 PM - edited 03-07-2019 04:43 PM
I just recently setup Solar Winds tftp and am using the following commands below to backup my running config to tftp. They do upload to the tftp but every day as a new config is written it's in a numbered seq. (ie-3900-switch backup 1, 3900-switch backup 2, 3900-switch backup 3, etc). I've checked all the settings on the tftp, and they all look correct. Is there something I'm missing??? I would like the daily backup to overwrite the previous one.
Thanks in advance!
archive
log config
logging enable
logging size 200
notify syslog contenttype plaintext
hidekeys
path tftp://DEVICE-IP//DEVICE-HOST-NAME
time-period 1440
11-21-2013 04:55 PM
Hi,
Try adding
!
archive
maximum 1
!
Regards,
Alex.
Please rate useful posts.
11-22-2013 12:01 PM
Thanks for the response, tried it and got, "Cannot set maximum when backing up to network path"
11-22-2013 12:06 PM
Hi,
as a workaround you coul use kron instead of the archive feature.
Here's an example
kron occurrence backup at 00:00 sun recurring
policy-list backup
!
kron policy-list backup
wr
show running-config | redirect tftp://
Regards
Alain
Don't forget to rate helpful posts.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide