Dear All,
Greetings for the day!
How to take Cisco FC Switch Backup ?
Can you please confirm if my below steps are correct?
How to take backup of Cisco Switch:
Step 1 : Run "copy running-config startup-config"
This will save running configuration
Step 2: Run "copy running-config bootflash:configbackup_040ct22.txt"
This will save running configuration Backup in configbackup_040ct22.txt file
Step 3: Run: "dir"
It will show the "configbackup_040ct22.txt" file.
Step 4:Login to Switch through WINSCP and go to /<root> location and copy file configbackup_040ct22.txt to local desktop.
Thanks