Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / backup_quit.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3backup_quit - Leaves interactive mode
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<quit> [B<-help>]
11
12B<q> [B<-h>]
13
14=for html
15</div>
16
17=head1 DESCRIPTION
18
19The B<backup quit> command exits interactive mode, returning the issuer to
20the regular shell prompt at which the B<backup> or B<backup interactive>
21command was issued to enter interactive mode. The command has no effect
22when issued outside interactive mode. Issuing the Ctrl-D command also
23exits interactive mode.
24
25=head1 CAUTIONS
26
27To exit interactive mode, all jobs must be completed. Use the B<backup
28jobs> command to list any jobs currently pending or executing, and the
29B<backup kill> command to terminate them as necessary.
30
31=head1 OPTIONS
32
33=over 4
34
35=item B<-help>
36
37Prints the online help for this command. All other valid options are
38ignored.
39
40=back
41
42=head1 EXAMPLES
43
44The following command exits interactive mode:
45
46 backup> quit
47 %
48
49=head1 PRIVILEGE REQUIRED
50
51None
52
53=head1 SEE ALSO
54
55L<backup(8)>,
56L<backup_interactive(8)>,
57L<backup_jobs(8)>,
58L<backup_kill(8)>
59
60=head1 COPYRIGHT
61
62IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
63
64This documentation is covered by the IBM Public License Version 1.0. It was
65converted from HTML to POD by software written by Chas Williams and Russ
66Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.