Wednesday, May 19, 2010

How to take backup of IPSO using clish / CLI ?

he following will show you how to save a full IPSO backup via the clish CLI. This will backup all of the operating system configuration such as routes, proxy arps, interface settings etc.
Backup
This will create a backup within the /var/backup/ directory called ipso-backup_[date].tgz
1.clish -c "set backup manual filename ipso-backup"
2.clish -c "set backup manual on"

Restore
To restore run the following command :
1.clish -c "set restore manual /[path]/[filename].tgz

No comments: