Database Backup
There are two ways to do direct backups of the database: automatic and manual. In addition, the original source data files may be saved.
Automatic Backups
Automatic backups are configured through the administration web UI. When enabled, the backups are generated in subdirectories of the configured Backup Location named for the time of backup.
/data/rtda/db_backup/vnc
/data/rtda/db_backup/vnc/20230821_010000
Manual Backups
% vovdb_util backup /data/backup/vnc/2023Aug22_10AM
Source Data Backups
In addition to backing up the database directly, the source data files used to populate the database can be saved. The source files are located in vnc.swd/data and can be used to rebuild a database from scratch. No utility is provided to save these files.
Restore a Database from Backups
The procedure to restore from backup is the same whether the backup was generated automatically or manually.