Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / backup_interactive.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3backup_interactive - Enters interactive mode
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<backup> [B<interactive>] [B<-localauth>] S<<< [B<-cell> <I<cell name>>] >>>
11 [B<-help>]
12
13B<backup> [B<i>] [B<-l>] S<<< [B<-c> <I<cell name>>] >>> [B<-h>]
14
15=for html
16</div>
17
18=head1 DESCRIPTION
19
20The B<backup interactive> initiates an interactive session for issuing
21B<backup> commands. As indicated in the syntax statement, the operation
22code (B<interactive>) is optional.
23
24Several features of interactive mode distinguish it from regular mode:
25
26=over 4
27
28=item *
29
30In interactive mode, the C<backup>> prompt replaces the system (shell)
31prompt. The operator enters only a command's operation code (omitting the
32command suite name, B<backup>).
33
34=item *
35
36If the B<-localauth> flag or the B<-cell> argument is included on the
37B<backup interactive> command, the settings apply to all commands issued
38during that interactive session. The issuer does not need to type them on
39every command. Another consequence is that the flag and argument do not
40appear in the syntax statement generated by the B<help> subcommand or
41B<-help> flag on an individual command issued at the C<backup>> prompt.
42
43=item *
44
45The B<backup jobs> and B<backup kill> commands are available only in
46interactive mode. It is not possible to track and terminate backup
47operations as cleanly in non-interactive mode.
48
49=item *
50
51It is not necessary to enclose strings that include metacharacters in
52double quotes or other delimiters.
53
54=item *
55
56The backup command interpreter establishes a connection to the Backup
57Server, Volume Server and Volume Location (VL) Server processes as it
58enters interactive mode, and uses the same connection for all commands
59during the session. Execution time can therefore be faster than in
60non-interactive mode, in which the command interpreter must establish a
61new connection for each command.
62
63=back
64
65To exit an interactive session, issue the B<backup quit> command.
66
67=head1 OPTIONS
68
69=over 4
70
71=item B<-localauth>
72
73Constructs a server ticket using a key from the local
74F</usr/afs/etc/KeyFile> file. The B<backup> command interpreter presents
75it to the Backup Server, Volume Server and VL Server during mutual
76authentication. Do not combine this flag with the B<-cell> argument. For
77more details, see L<backup(8)>.
78
79=item B<-cell> <I<cell name>>
80
81Names the cell in which to run the command. Do not combine this argument
82with the B<-localauth> flag. For more details, see L<backup(8)>.
83
84=item B<-help>
85
86Prints the online help for this command. All other valid options are
87ignored.
88
89=back
90
91=head1 EXAMPLES
92
93The following example shows how the B<-localauth> flag and B<-cell>
94argument do not appear when the B<help dump> subcommand is issued in
95interactive mode.
96
97 % backup
98 backup> help dump
99 dump: start dump
100 Usage: dump [-volumeset <volume set name>] [-dump <dump level name>]
101 [-portoffset <TC port offset>] [-at <Date/time to start dump>+]
102 [-append ] [-n ] [-file <load file>] [-help ]
103
104=head1 PRIVILEGE REQUIRED
105
106None. However, B<backup> commands that require privilege in regular mode
107still require it in interactive mode.
108
109=head1 SEE ALSO
110
111L<backup(8)>,
112L<backup_jobs(8)>,
113L<backup_kill(8)>,
114L<backup_quit(8)>,
115L<butc(8)>
116
117=head1 COPYRIGHT
118
119IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
120
121This documentation is covered by the IBM Public License Version 1.0. It was
122converted from HTML to POD by software written by Chas Williams and Russ
123Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.