Whamcloud - gitweb
LUDOC-504 nodemap: servers must be in a trusted+admin group
[doc/manual.git] / BackupAndRestore.xml
index 1af7314..8e8fcf8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='utf-8'?>
 <chapter xmlns="http://docbook.org/ns/docbook"
-xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US"
-xml:id="backupandrestore">
+ xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US"
+ xml:id="backupandrestore">
   <title xml:id="backupandrestore.title">Backing Up and Restoring a File
   System</title>
   <para>This chapter describes how to backup and restore at the file
@@ -10,12 +10,12 @@ xml:id="backupandrestore">
   <itemizedlist>
     <listitem>
       <para>
-        <xref linkend="dbdoclet.backup_file"/>
+        <xref linkend="backup_file"/>
       </para>
     </listitem>
     <listitem>
       <para>
-        <xref linkend="dbdoclet.backup_device"/>
+        <xref linkend="backup_device"/>
       </para>
     </listitem>
     <listitem>
@@ -30,13 +30,13 @@ xml:id="backupandrestore">
     </listitem>
     <listitem>
       <para>
-        <xref linkend="dbdoclet.backup_lvm_snapshot"/>
+        <xref linkend="backup_lvm_snapshot"/>
       </para>
     </listitem>
   </itemizedlist>
   <para>It is <emphasis>strongly</emphasis> recommended that sites perform
   periodic device-level backup of the MDT(s)
-  (<xref linkend="dbdoclet.backup_device"/>),
+  (<xref linkend="backup_device"/>),
   for example twice a week with alternate backups going to a separate
   device, even if there is not enough capacity to do a full backup of all
   of the filesystem data.  Even if there are separate file-level backups of
@@ -52,7 +52,7 @@ xml:id="backupandrestore">
   it is needed), and only needs good linear read/write performance.  While
   the device-level MDT backup is not useful for restoring individual files,
   it is most efficient to handle the case of MDT failure or corruption.</para>
-  <section xml:id="dbdoclet.backup_file">
+  <section xml:id="backup_file">
     <title>
     <indexterm>
       <primary>backup</primary>
@@ -152,7 +152,7 @@ xml:id="backupandrestore">
         <literal>lustre_rsync</literal> is run, the user must specify a set of
         parameters for the program to use. These parameters are described in
         the following table and in 
-        <xref linkend="dbdoclet.50438219_63667" />. On subsequent runs, these
+        <xref linkend="lustre_rsync" />. On subsequent runs, these
         parameters are stored in the the status file, and only the name of the
         status file needs to be passed to 
         <literal>lustre_rsync</literal>.</para>
@@ -403,7 +403,7 @@ Changelog records consumed: 42</screen>
       </section>
     </section>
   </section>
-  <section xml:id="dbdoclet.backup_device">
+  <section xml:id="backup_device">
     <title>
     <indexterm>
       <primary>backup</primary>
@@ -518,8 +518,9 @@ Changelog records consumed: 42</screen>
           <primary>backup</primary>
           <secondary>OST and MDT</secondary>
         </indexterm>Backing Up an OST or MDT</title>
-      <para>If backing up an MDT, substitute <literal>mdt</literal> for
-        <literal>ost</literal> in the instructions below.</para>
+      <para>The below examples show backing up an OST filesystem. When backing
+        up an MDT, substitute <literal>mdt</literal> for <literal>ost</literal>
+        in the instructions below.</para>
       <orderedlist>
         <listitem>
           <para><emphasis role="bold">Umount the target</emphasis></para>
@@ -776,9 +777,9 @@ trusted.fid= \
       will be immediately although there may be I/O errors reading
       from files that are present on the MDT but not the OSTs, and files that
       were created after the MDT backup will not be accessible or visible. See 
-      <xref linkend="dbdoclet.lfsckadmin" />for details on using LFSCK.</para>
+      <xref linkend="lfsckadmin" />for details on using LFSCK.</para>
   </section>
-  <section xml:id="dbdoclet.backup_lvm_snapshot">
+  <section xml:id="backup_lvm_snapshot">
     <title>
     <indexterm>
       <primary>backup</primary>
@@ -1098,3 +1099,6 @@ fstab  passwds
       </section>
   </section>
 </chapter>
+<!--
+  vim:expandtab:shiftwidth=2:tabstop=8:
+  -->