Virtual TapeServer 6.04.03 Operations and Administration Guide

Backing Up the VTS Server | 15
3. If SecureVTS is enabled, back up the most current backup of the key database by
completing these steps:
a. Log in to the VTS server.
b. Use the su command to change to the bill user:
su - bill
c. Determine the location of the most recent backup file by entering the following
command:
psql -d database -c "SELECT last_local_backup FROM
ks_backup_config"
Here is an example of the output from this command:
last_local_backup
-------------------------------------------
/VAULT00/.ks_backups/LocalKSBackup.tar.gz
(1 row)
d. Copy the .gz file to a location in the root file system or to a remote system, for safe
keeping.
e. Enter exit.
f. Log out of the server.