Deletes a volume entry from a volume set
Synopsis
backup delvolentry -name <volume set name> -entry <volume set index>
[-localauth] [-cell <cell name>] [-help]
backup delvole -n <volume set name> -e <volume set index>
[-l] [-c <cell name>] [-h]
Description
The backup delvolentry command deletes the indicated volume entry from the volume set specified with the -name argument. Use the -entry argument to identify the volume entry by its index number. The backup listvolsets command displays the index number of each volume entry in a volume set.
Options
Examples
The following command deletes the fourth volume entry from the volume set called sys:
% backup delvolentry -name sys -entry 4
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