User manual

Knox Arkeia
Cobalt RaQ XTR User Manual 267
9. In the box “command before tree”, enter:
hostname:/usr/local/sbin/cobalt_prebackup
where
hostname
is the client name of the RaQ XTR you are backing up.
10. In the box “command after tree”, enter:
hostname:/usr/local/sbin/cobalt_prebackup
where
hostname
is the client name of the RaQ XTR you are backing up.
11. Click the check box to close the window.
Files associated with Knox Arkeia tailoring
/usr/local/sbin/cobalt_prebackup
This is a script that runs before a backup to create archives of the cobalt postgres
database and the CCE database.
/usr/local/sbin/cobalt_postbackup
This is a script that runs after a backup to delete the archives created by
cobalt_prebackup
.
/etc/rc.d/init.d/cobalt_restore
This is a script that 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.