Native backup location for Cisco FMC
If backups have been succeeding, but automatic copies have been failing and you need to manually retrieve the backup files, they are located here:
#### /var/sf/backup/
The easiest way to retrieve them is to login to the console and enter expert mode.
Assuming you have an scp server running on 10.10.10.10, it is as simple as this
#### scp ./*.tar 10.10.10.10:/
No Comments