Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / backup_listvolsets.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3backup_listvolsets - Lists volume set entries from the Backup Database
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<backup listvolsets> S<<< [B<-name> <I<volume set name>>] >>> [B<-localauth>]
11 S<<< [B<-cell> <I<cell name>>] >>> [B<-help>]
12
13B<backup listv> S<<< [B<-n> <I<volume set name>>] >>> [B<-l>]
14 S<<< [B<-c> <I<cell name>>] >>> [B<-h>]
15
16=for html
17</div>
18
19=head1 DESCRIPTION
20
21The B<backup listvolsets> command displays the Backup Database records for
22either
23
24=over 4
25
26=item *
27
28All volume sets and their volume entries, if the B<-name> argument is
29omitted.
30
31=item *
32
33The volume set specified by the B<-name> argument, along with its volume
34entries.
35
36=back
37
38=head1 OPTIONS
39
40=over 4
41
42=item B<-name> <I<volume set name>>
43
44Names the volume set to display. If this argument is omitted, the output
45lists all volume sets defined in the Backup Database.
46
47=item B<-localauth>
48
49Constructs a server ticket using a key from the local
50F</usr/afs/etc/KeyFile> file. The B<backup> command interpreter presents
51it to the Backup Server, Volume Server and VL Server during mutual
52authentication. Do not combine this flag with the B<-cell> argument. For
53more details, see L<backup(8)>.
54
55=item B<-cell> <I<cell name>>
56
57Names the cell in which to run the command. Do not combine this argument
58with the B<-localauth> flag. For more details, see L<backup(8)>.
59
60=item B<-help>
61
62Prints the online help for this command. All other valid options are
63ignored.
64
65=back
66
67=head1 OUTPUT
68
69The entry for each volume set begins with the C<Volume set> header and the
70volume set's name. A temporary volume set's name is followed by the string
71C< (temporary)>. Each volume entry follows on a separate line, indicating
72the entry's index number and the server, partition, and volume names it
73matches. The output uses the metacharacter notation described on the
74B<backup addvolentry> reference page. Use the index number to identify
75volume entries when deleting them with the B<backup delvolentry> command.
76
77=head1 EXAMPLES
78
79The following example shows the volume entries in the three volume sets
80currently defined in the Backup Database:
81
82 % backup listvolsets
83 Volume set user:
84 Entry 1: server .*, partition .*, volumes: user.*\.backup
85 Volume set sun
86 Entry 1: server .*, partition .*, volumes: sun4x_55\..*
87 Entry 2: server .*, partition .*, volumes: sun4x_56\..*
88 Volume set rs
89 Entry 1: server .*, partition .*, volumes: rs_aix42\..*
90
91=head1 PRIVILEGE REQUIRED
92
93The issuer must be listed in the F</usr/afs/etc/UserList> file on every
94machine where the Backup Server is running, or must be logged onto a
95server machine as the local superuser C<root> if the B<-localauth> flag is
96included.
97
98=head1 SEE ALSO
99
100L<backup(8)>,
101L<backup_addvolentry(8)>,
102L<backup_addvolset(8)>,
103L<backup_delvolentry(8)>,
104L<backup_delvolset(8)>
105
106=head1 COPYRIGHT
107
108IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
109
110This documentation is covered by the IBM Public License Version 1.0. It was
111converted from HTML to POD by software written by Chas Williams and Russ
112Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.