Creates a new (empty) volume set in the Backup Database
Synopsis
backup addvolset -name <volume set name> [-localauth] [-cell <cell name>]
[-help]
backup addvols -n <volume set name> [-l] [-c <cell name>] [-h]
Description
The backup addvolset command creates a new volume set in the Backup Database. It is best that the volume set's name indicate the volume set's contents; for example, define the volume entries in the user volume set to match all user volumes. The volume set name must be unique within the Backup Database of the local cell.
After issuing this command, issue the backup addvolentry command to define the volume entries in the volume set.
Options
Examples
The following command creates a volume set called sys:
% backup addvolset sys
Privilege Required
The issuer must be listed in the /usr/afs/etc/UserList file on every machine where the Backup Server is running, or must be logged onto a server machine as the local superuser root if the -localauth flag is included.
Related Information