Virtual TapeServer 6.04.02 Operations and Administration Guide
16 | Backing Up the VTS Server
b. Click Create VTS system restore image. The Creating System Restore Image page
is displayed.
c. When prompted, choose to save the .tgz file.
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 as root.
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.
cp /VAULT00/.ks_backups/LocalKSBackup.tar.gz /tmp
e. Enter exit to change to the root user.
f. Log out of the server.