mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 08:20:16 +00:00
122 lines
6.6 KiB
HTML
122 lines
6.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
|
||
|
<HTML><HEAD>
|
||
|
<TITLE>Administration Reference</TITLE>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
|
||
|
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
|
||
|
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
|
||
|
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
|
||
|
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
|
||
|
</HEAD><BODY>
|
||
|
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
|
||
|
<BODY bgcolor="ffffff">
|
||
|
<!-- End Header Records ============================================ -->
|
||
|
<A NAME="Top_Of_Page"></A>
|
||
|
<H1>Administration Reference</H1>
|
||
|
<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="auarf089.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="auarf091.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>
|
||
|
<P>
|
||
|
<H2><A NAME="HDRBK_VOLINFO" HREF="auarf002.htm#ToC_104">backup volinfo</A></H2>
|
||
|
<A NAME="IDX4416"></A>
|
||
|
<A NAME="IDX4417"></A>
|
||
|
<A NAME="IDX4418"></A>
|
||
|
<A NAME="IDX4419"></A>
|
||
|
<A NAME="IDX4420"></A>
|
||
|
<A NAME="IDX4421"></A>
|
||
|
<P><STRONG>Purpose</STRONG>
|
||
|
<P>Displays a volume's dump history from the Backup Database
|
||
|
<P><STRONG>Synopsis</STRONG>
|
||
|
<PRE><B>backup volinfo -volume</B> <<VAR>volume name</VAR>>
|
||
|
[<B>-localauth</B>] [<B>-cell</B> <<VAR>cell name</VAR>>] [<B>-help</B>]
|
||
|
|
||
|
<B>backup voli -v</B> <<VAR>volume name</VAR>> [<B>-l</B>] [<B>-c</B> <<VAR>cell name</VAR>>] [<B>-h</B>]
|
||
|
</PRE>
|
||
|
<P><STRONG>Description</STRONG>
|
||
|
<P>The <B>backup volinfo</B> command displays a dump history of the
|
||
|
specified volume, reporting information such as the date on which the volume
|
||
|
was dumped and the tapes that contain it. Include the
|
||
|
<B>.backup</B> extension on the volume name if the backup version
|
||
|
of the volume was dumped.
|
||
|
<P><STRONG>Options</STRONG>
|
||
|
<DL>
|
||
|
<P><DT><B>-volume
|
||
|
</B><DD>Names the volume for which to display the dump history. Include
|
||
|
the<TT> .backup</TT> or <TT>.readonly</TT> extension if the
|
||
|
backup or read-only version of the volume was dumped.
|
||
|
<P><DT><B>-localauth
|
||
|
</B><DD>Constructs a server ticket using a key from the local
|
||
|
<B>/usr/afs/etc/KeyFile</B> file. The <B>backup</B> command
|
||
|
interpreter presents it to the Backup Server, Volume Server and VL Server
|
||
|
during mutual authentication. Do not combine this flag with the
|
||
|
<B>-cell</B> argument. For more details, see the introductory
|
||
|
<B>backup</B> reference page.
|
||
|
<P><DT><B>-cell
|
||
|
</B><DD>Names the cell in which to run the command. Do not combine this
|
||
|
argument with the <B>-localauth</B> flag. For more details, see the
|
||
|
introductory <B>backup</B> reference page.
|
||
|
<P><DT><B>-help
|
||
|
</B><DD>Prints the online help for this command. All other valid options
|
||
|
are ignored.
|
||
|
</DL>
|
||
|
<P><STRONG>Output</STRONG>
|
||
|
<P>The output includes a line for each Backup Database dump record that
|
||
|
mentions the specified volume, order from most to least recent. The
|
||
|
output for each record appears in a table with six columns:
|
||
|
<DL>
|
||
|
<P><DT><B><TT>dumpID</TT>
|
||
|
</B><DD>The dump ID of the dump that includes the volume.
|
||
|
<P><DT><B><TT>lvl</TT>
|
||
|
</B><DD>The depth in the dump hierarchy of the dump level at which the volume was
|
||
|
dumped. A value of <TT>0</TT> indicates a full dump. A value
|
||
|
of <TT>1</TT> or greater indicates an incremental dump made at the specified
|
||
|
depth in the dump hierarchy.
|
||
|
<P><DT><B><TT>parentid</TT>
|
||
|
</B><DD>The dump ID of the dump's parent dump. A value of <TT>0</TT>
|
||
|
indicates a full dump, which has no parent; in this case, the value in
|
||
|
the <TT>lvl</TT> column is also <TT>0</TT>.
|
||
|
<P><DT><B><TT>creation date</TT>
|
||
|
</B><DD>The date and time at which the Backup System started the dump operation
|
||
|
that created the dump.
|
||
|
<P><DT><B><TT>clone date</TT>
|
||
|
</B><DD>For a backup or read-only volume, the time at which it was cloned from its
|
||
|
read/write source. For a read/write volume, the same as the value in
|
||
|
the <TT>creation date</TT> field.
|
||
|
<P><DT><B><TT>tape name</TT>
|
||
|
</B><DD>The name of the tape containing the dump: either the permanent tape
|
||
|
name, or an AFS tape name in the format
|
||
|
<I>volume_set_name</I>.<I>dump_level_name</I>.<I>tape_index</I>
|
||
|
where <I>volume_set_name</I> is the name of the volume set associated with
|
||
|
the initial dump in the dump set of which this tape is a part;
|
||
|
<I>dump_level_name</I> is the name of the dump level at which the initial
|
||
|
dump was backed up; <I>tape_index</I> is the ordinal of the tape in
|
||
|
the dump set. Either type of name can be followed by a dump ID in
|
||
|
parentheses; if it appears, it is the dump ID of the initial dump in the
|
||
|
dump set to which this appended dump belongs.
|
||
|
</DL>
|
||
|
<P><STRONG>Examples</STRONG>
|
||
|
<P>The following example shows part of the dump history of the Backup volume
|
||
|
<B>user.smith.backup</B>:
|
||
|
<PRE> % <B>backup volinfo -volume user.smith.backup</B>
|
||
|
DumpID lvl parentID creation date clone date tape name
|
||
|
924600000 1 924427600 04/20/1999 05:20 04/20/1999 05:01 user_incr_2 (924514392)
|
||
|
924514392 1 924427600 04/19/1999 05:33 04/19/1999 05:08 user_incr_2
|
||
|
924427600 0 0 04/18/1999 05:26 04/18/1999 04:58 user_full_6
|
||
|
. . . . . . . .
|
||
|
. . . . . . . .
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Privilege Required</STRONG>
|
||
|
<P>None
|
||
|
<P><STRONG>Related Information</STRONG>
|
||
|
<P><A HREF="auarf060.htm#HDRBK_INTRO">backup</A>
|
||
|
<P><A HREF="auarf074.htm#HDRBK_DUMPINFO">backup dumpinfo</A>
|
||
|
<P><A HREF="auarf091.htm#HDRBK_VOLRESTORE">backup volrestore</A>
|
||
|
<P>
|
||
|
<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="auarf089.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="auarf091.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>
|
||
|
<!-- Begin Footer Records ========================================== -->
|
||
|
<P><HR><B>
|
||
|
<br>© <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
|
||
|
</B>
|
||
|
<!-- End Footer Records ============================================ -->
|
||
|
<A NAME="Bot_Of_Page"></A>
|
||
|
</BODY></HTML>
|