Probe Maintenance
- 08 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Probe Maintenance
- Updated on 08 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
About this Article
This article provides information about Probe backup and restore process.
Probe Backup and Restore
VSP-cli can be utilized to create a backup of configuration, data and log information of the Probe and restore it at a later stage or during upgrade scenarios. Execute VSP-cli command with admin (Windows) OR root (Linux) privileges. As the wrapper script is not supported in Windows 2008 and windows 2003, the VSP-cli commands can be utilized to backup and restore the data from a previous version.
- To create a backup before Probe upgrade, execute the below command. The default location to store backup files is /tmp/vsp_backup/ for Linux and C:\ProgramData\vsp_backup for WindowsShell
vsp-cli backup vsp-cli backup -b <backup_destination> #To store backup in different location
- To restore information from an existing backup after Probe upgrade, execute the below command. The default location to store backup files is /tmp/vsp_backup/ for Linux and C:\ProgramData\vsp_backup for WindowsShell
vsp-cli restore ivsp-cli restore -r <restore_source> #To restore backup from different location
Was this article helpful?