When attempting to perform a device backup of a NetGear ProSafe switch, the backup command line that is being sent to the switch is incorrect which causes a failure of the backup. Is there a way to manually modify the backup command so that it is correct?
The incorrect command being supplied is (the extra word "config" in the middle is wrong):
copy nvram:startup-config config t
ftp://%ip address%/2_ConfigFile.txt
The correct command should be:
copy nvram:startup-config t
ftp://%ip address%/2_ConfigFile.txt