We have multiple catalyst 3550 switches and I am trying to backup the configs on them just in case. I have been able to successfully backup some of them to my tftp server but I am having some trouble with the others. Below is the command I am using and the out put I get when I run it the first time. After I run it the first time if I try to run the command again I receive a message stating that the file already exists but it is no where to be found on my tftp server. Any help would be greatly appreciated.
copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
6310 bytes copied in 0.676 secs (9334 bytes/sec)
copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
%Warning:There is a file already existing with this name
Do you want to over write? [confirm]y
7784 bytes copied in 0.736 secs (10576 bytes/sec)
copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
6310 bytes copied in 0.676 secs (9334 bytes/sec)
copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
%Warning:There is a file already existing with this name
Do you want to over write? [confirm]y
7784 bytes copied in 0.736 secs (10576 bytes/sec)