3 backup_listvolsets - Lists volume set entries from the Backup Database
10 B<backup listvolsets> S<<< [B<-name> <I<volume set name>>] >>> [B<-localauth>]
11 S<<< [B<-cell> <I<cell name>>] >>> [B<-help>]
13 B<backup listv> S<<< [B<-n> <I<volume set name>>] >>> [B<-l>]
14 S<<< [B<-c> <I<cell name>>] >>> [B<-h>]
21 The B<backup listvolsets> command displays the Backup Database records for
28 All volume sets and their volume entries, if the B<-name> argument is
33 The volume set specified by the B<-name> argument, along with its volume
42 =item B<-name> <I<volume set name>>
44 Names the volume set to display. If this argument is omitted, the output
45 lists all volume sets defined in the Backup Database.
49 Constructs a server ticket using a key from the local
50 F</usr/afs/etc/KeyFile> file. The B<backup> command interpreter presents
51 it to the Backup Server, Volume Server and VL Server during mutual
52 authentication. Do not combine this flag with the B<-cell> argument. For
53 more details, see L<backup(8)>.
55 =item B<-cell> <I<cell name>>
57 Names the cell in which to run the command. Do not combine this argument
58 with the B<-localauth> flag. For more details, see L<backup(8)>.
62 Prints the online help for this command. All other valid options are
69 The entry for each volume set begins with the C<Volume set> header and the
70 volume set's name. A temporary volume set's name is followed by the string
71 C< (temporary)>. Each volume entry follows on a separate line, indicating
72 the entry's index number and the server, partition, and volume names it
73 matches. The output uses the metacharacter notation described on the
74 B<backup addvolentry> reference page. Use the index number to identify
75 volume entries when deleting them with the B<backup delvolentry> command.
79 The following example shows the volume entries in the three volume sets
80 currently defined in the Backup Database:
84 Entry 1: server .*, partition .*, volumes: user.*\.backup
86 Entry 1: server .*, partition .*, volumes: sun4x_55\..*
87 Entry 2: server .*, partition .*, volumes: sun4x_56\..*
89 Entry 1: server .*, partition .*, volumes: rs_aix42\..*
91 =head1 PRIVILEGE REQUIRED
93 The issuer must be listed in the F</usr/afs/etc/UserList> file on every
94 machine where the Backup Server is running, or must be logged onto a
95 server machine as the local superuser C<root> if the B<-localauth> flag is
101 L<backup_addvolentry(8)>,
102 L<backup_addvolset(8)>,
103 L<backup_delvolentry(8)>,
104 L<backup_delvolset(8)>
108 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
110 This documentation is covered by the IBM Public License Version 1.0. It was
111 converted from HTML to POD by software written by Chas Williams and Russ
112 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.