10-01-2023 12:58 AM
Hi Dear I want auto Backup every week On Remote Ftp by username an password
try by archive and set path by sho archive see error
Solved! Go to Solution.
10-01-2023 02:51 AM
check below thread - you can do 2 ways :
https://community.cisco.com/t5/switching/nexus-configuration-auto-backup-to-ftp-tftp/td-p/2434505
https://nimdati.com/2019/08/16/cisco-nexus-scheduled-backup/
10-01-2023 01:49 AM
You have NSK and you want to backup it to remote ftp?
10-04-2023 02:19 AM
Yes
10-01-2023 02:51 AM
check below thread - you can do 2 ways :
https://community.cisco.com/t5/switching/nexus-configuration-auto-backup-to-ftp-tftp/td-p/2434505
https://nimdati.com/2019/08/16/cisco-nexus-scheduled-backup/
10-01-2023 06:03 AM
Hello admin@atrinnet.net,
Using SCP (Secure Copy Protocol) is often a more secure and preferred method for backing up configurations compared to FTP. SCP encrypts the data during transfer, providing a higher level of security.
Confiure scp server:
Switch(config)# ip scp server enable
Configure archive:
Switch(config)# archive
Switch(config-archive)# path scp://<username>@<scp-server-address>/<directory-path>
Schedule backup:
Switch(config)# archive
Switch(config-archive)# time-period <days> recurring
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