8335939801a9892c604b4f0fce97e7d5a7ff6924
[openafs.git] / doc / man-pages / pod8 / backup_quit.pod
1 =head1 NAME
2
3 backup quit - Leaves interactive mode
4
5 =head1 SYNOPSIS
6
7 B<quit>  [-help]
8
9 B<q> [-h]
10
11
12 =head1 DESCRIPTION
13
14 The (backup) quit command exits interactive mode, returning the
15 issuer to the regular shell prompt at which the B<backup> or
16 B<backup interactive> command was issued to enter interactive
17 mode. The command has no effect when issued outside interactive
18 mode. Issuing the <B<Ctrl-d>> command also exits interactive
19 mode.
20
21 =head1 CAUTIONS
22
23 To exit interactive mode, all jobs must be completed. Use the
24 B<(backup) jobs> command to list any jobs currently pending or
25 executing, and the B<(backup) kill> command to terminate them as
26 necessary.
27
28 =head1 OPTIONS
29
30 =over 4
31
32 =item -localauth
33
34 Constructs a server ticket using a key from the local
35 B</usr/afs/etc/KeyFile> file. The B<backup> command
36 interpreter presents it to the Backup Server, Volume Server and VL Server
37 during mutual authentication. Do not combine this flag with the
38 B<-cell> argument. For more details, see the introductory
39 B<backup> reference page.
40
41 =item -cell
42
43 Names the cell in which to run the command. Do not combine this
44 argument with the B<-localauth> flag. For more details, see the
45 introductory B<backup> reference page.
46
47 =item -help
48
49 Prints the online help for this command. All other valid options
50 are ignored.
51
52 =back
53
54 =head1 EXAMPLES
55
56 The following command exits interactive mode:
57
58    backup> quit
59    %
60
61 =head1 PRIVILEGE REQUIRED
62
63 None
64
65 =head1 SEE ALSO
66
67 L<backup(1)>,
68 L<backup_interactive(1)>,
69 L<backup_jobs(1)>,
70 L<backup_kill(1)>
71
72 =head1 COPYRIGHT
73
74 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
75
76 This documentation is covered by the IBM Public License Version 1.0.  It was
77 converted from HTML to POD by software written by Chas Williams and Russ
78 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.