3 backup_delvolset - Deletes one or more volume sets from the Backup Database
10 B<backup delvolset> S<<< B<-name> <I<volume set name>>+ >>> [B<-localauth>]
11 S<<< [B<-cell> <I<cell name>>] >>> [B<-help>]
13 B<backup delvols> S<<< B<-n> <I<volume set name>>+ >>> [B<-l>]
14 S<<< [B<-c> <I<cell name>>] >>> [B<-h>]
21 The B<backup delvolset> command deletes each volume set named by the
22 B<-name> argument, and the volume entries each contains, from the Backup
23 Database. The B<backup listvolsets> command lists the volume sets (and
24 their volume entries) currently defined in the Backup Database.
28 Deleting a temporary volume set is possible only within the interactive
29 session in which it was created. Exiting the interactive session also
30 destroys the temporary volume set automatically.
36 =item B<-name> <I<volume set name>>+
38 Names each volume set to delete.
42 Constructs a server ticket using a key from the local
43 F</usr/afs/etc/KeyFile> file. The B<backup> command interpreter presents
44 it to the Backup Server, Volume Server and VL Server during mutual
45 authentication. Do not combine this flag with the B<-cell> argument. For
46 more details, see L<backup(8)>.
48 =item B<-cell> <I<cell name>>
50 Names the cell in which to run the command. Do not combine this argument
51 with the B<-localauth> flag. For more details, see L<backup(8)>.
55 Prints the online help for this command. All other valid options are
62 The following command deletes the volume set called user and all volume
65 % backup delvolset user
67 =head1 PRIVILEGE REQUIRED
69 The issuer must be listed in the F</usr/afs/etc/UserList> file on every
70 machine where the Backup Server is running, or must be logged onto a
71 server machine as the local superuser C<root> if the B<-localauth> flag is
77 L<backup_addvolentry(8)>,
78 L<backup_addvolset(8)>,
79 L<backup_delvolentry(8)>,
80 L<backup_listvolsets(8)>
84 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
86 This documentation is covered by the IBM Public License Version 1.0. It was
87 converted from HTML to POD by software written by Chas Williams and Russ
88 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.