linux-osi-module-proc-csdb-sprintf-bug-20050423
[openafs.git] / doc / html / AdminReference / auarf255.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Reference</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30                -->
7 <META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
8 <META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
9 <META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
10 </HEAD><BODY>
11 <!-- (C) IBM Corporation 2000. All Rights Reserved    --> 
12 <BODY bgcolor="ffffff"> 
13 <!-- End Header Records  ============================================ -->
14 <A NAME="Top_Of_Page"></A>
15 <H1>Administration Reference</H1>
16 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf254.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf256.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
17 <P>
18 <H2><A NAME="HDRVOS_BACKUP" HREF="auarf002.htm#ToC_269">vos backup</A></H2>
19 <A NAME="IDX5596"></A>
20 <A NAME="IDX5597"></A>
21 <A NAME="IDX5598"></A>
22 <A NAME="IDX5599"></A>
23 <A NAME="IDX5600"></A>
24 <A NAME="IDX5601"></A>
25 <A NAME="IDX5602"></A>
26 <A NAME="IDX5603"></A>
27 <A NAME="IDX5604"></A>
28 <P><STRONG>Purpose</STRONG>
29 <P>Creates a backup volume for a single read/write volume
30 <P><STRONG>Synopsis</STRONG>
31 <PRE> 
32 <B>vos backup -id</B> &lt;<VAR>volume&nbsp;name&nbsp;or&nbsp;ID</VAR>>  [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-noauth</B>]  
33            [<B>-localauth</B>]  [<B>-verbose</B>]  [<B>-help</B>]
34    
35 <B>vos backup -i</B> &lt;<VAR>volume&nbsp;name&nbsp;or&nbsp;ID</VAR>>  [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-n</B>]  [<B>-l</B>]  [<B>-v</B>]  [<B>-h</B>]
36 </PRE>
37 <P><STRONG>Description</STRONG>
38 <P>The <B>vos backup</B> command clones the indicated read/write volume to
39 create a backup version, placing it at the same site as the read/write
40 version. The backup volume's name is the same as the read/write
41 source's with the addition of the <B>.backup</B>
42 extension. Its volume ID number is the one allocated for it in the
43 Volume Location Database (VLDB) when the read/write source was created with
44 the <B>vos create</B> command. If a backup version already exists,
45 the new clone replaces it.
46 <P>To create a backup version of multiple volumes, use the <B>vos
47 backupsys</B> command.
48 <P><STRONG>Options</STRONG>
49 <DL>
50 <P><DT><B>-id
51 </B><DD>Specifies either the complete name or volume ID number of the read/write
52 source volume.
53 <P><DT><B>-cell
54 </B><DD>Names the cell in which to run the command. Do not combine this
55 argument with the <B>-localauth</B> flag. For more details, see the
56 introductory <B>vos</B> reference page.
57 <P><DT><B>-noauth
58 </B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
59 issuer. Do not combine this flag with the <B>-localauth</B>
60 flag. For more details, see the introductory <B>vos</B> reference
61 page.
62 <P><DT><B>-localauth
63 </B><DD>Constructs a server ticket using a key from the local
64 <B>/usr/afs/etc/KeyFile</B> file. The <B>vos</B> command
65 interpreter presents it to the Volume Server and Volume Location Server during
66 mutual authentication. Do not combine this flag with the
67 <B>-cell</B> argument or <B>-noauth</B> flag. For more details,
68 see the introductory <B>vos</B> reference page.
69 <P><DT><B>-verbose
70 </B><DD>Produces on the standard output stream a detailed trace of the
71 command's execution. If this argument is omitted, only warnings
72 and error messages appear.
73 <P><DT><B>-help
74 </B><DD>Prints the online help for this command. All other valid options
75 are ignored.
76 </DL>
77 <P><STRONG>Output</STRONG>
78 <P>The following message confirms that the command succeeded:
79 <PRE>   Created backup volume for <VAR>volume name</VAR>
80    
81 </PRE>
82 <P><STRONG>Examples</STRONG>
83 <P>The following example creates a backup version of the volume
84 <B>user.smith</B>.
85 <PRE>   % <B>vos backup user.smith</B>
86    Created backup volume for user.smith
87    
88 </PRE>
89 <P><STRONG>Privilege Required</STRONG>
90 <P>The issuer must be listed in the <B>/usr/afs/etc/UserList</B> file on
91 the machine specified with the <B>-server</B> argument and on each
92 database server machine. If the <B>-localauth</B> flag is included,
93 the issuer must instead be logged on to a server machine as the local
94 superuser <B>root</B>.
95 <P><STRONG>Related Information</STRONG>
96 <P><A HREF="auarf252.htm#HDRVOS_INTRO">vos</A>
97 <P><A HREF="auarf256.htm#HDRVOS_BACKUPSYS">vos backupsys</A>
98 <P>
99 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf254.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf256.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
100 <!-- Begin Footer Records  ========================================== -->
101 <P><HR><B> 
102 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
103 </B> 
104 <!-- End Footer Records  ============================================ -->
105 <A NAME="Bot_Of_Page"></A>
106 </BODY></HTML>