User manual

Appendix F: Disaster Recovery with Third-Party Software
278 Cobalt RaQ XTR User Manual
Files associated with Veritas NetBackup tailoring
/opt/openv/netbackup/bin/bpstart_notify
This script is started automatically by NetBackup before a backup runs. It calls
the script cobalt_prebackup.
/opt/openv/netbackup/bin/bpend_notify
This script is started automatically by NetBackup after a backup runs. It calls the
script cobalt_postbackup.
/usr/local/sbin/cobalt_prebackup
This script runs before a backup to create archives of the cobalt postgres database
and the CCE database
/usr/local/sbin/cobalt_postbackup
This script runs after a backup to delete the archives created by
cobalt_prebackup
/etc/rc.d/init.d/cobalt_restore
This script runs at startup and detects whether archives of the configuration
databases exist. Extant archives are recovered and have their names changed.
/var/cobalt/backups/cce.tar
This is the archive of the CCE database. It is created by cobalt_prebackup,
deleted by cobalt_postbackup, and renamed to restored.cce.tar by
cobalt_restore after disaster recovery.
/var/cobalt/backups/cobalt.sql
This is the archive of the cobalt postgres database. It is created by
cobalt_prebackup, deleted by cobalt_postbackup, and renamed to
restored.cobalt.sql by cobalt_restore after disaster recovery.