12-04-2015 02:24 AM - edited 03-08-2019 02:57 AM
Hello
we would like to get a periodical backup everyday in our data-center. We tried to use the feature schudler, but we always have problems with the script:
cli var name timestamp $(TIMESTAMP) ;copy running-config bootflash:/$(SWITCHNAME)-cfg.$(timestamp)
;copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) tftp://1.2.3.4/ vrf management
We couldn`t manage to use it as we are using the sftp as a protocol between the nexus and the server.
Anyone could help us creating a possible script to let the backup goes to the server periodically? If not, could anyone advise us any other feature on the 7K`s to use to let us make the backup periodacally?
Best Regards;
Solved! Go to Solution.
12-04-2015 04:58 AM
Hi,
Have you tried using the correct credentials in your SFTP string
copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) sftp://USERNAME:PASSWORD@1.2.3.4/ vrf management
Regards
Alex
12-04-2015 04:58 AM
Hi,
Have you tried using the correct credentials in your SFTP string
copy bootflash:/$(SWITCHNAME)-cfg.$(timestamp) sftp://USERNAME:PASSWORD@1.2.3.4/ vrf management
Regards
Alex
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