|
From: <di...@us...> - 2007-02-07 01:44:00
|
Revision: 403
http://safekeep.svn.sourceforge.net/safekeep/?rev=403&view=rev
Author: dimi
Date: 2007-02-06 17:43:59 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Update man page
Modified Paths:
--------------
website/trunk/WebContent/safekeep.html
Modified: website/trunk/WebContent/safekeep.html
===================================================================
--- website/trunk/WebContent/safekeep.html 2007-02-07 01:42:55 UTC (rev 402)
+++ website/trunk/WebContent/safekeep.html 2007-02-07 01:43:59 UTC (rev 403)
@@ -528,6 +528,25 @@
<pre><tt> # sudo -H -u safekeep safekeep --keys --deploy</tt></pre>
</div></div>
</div>
+<h2>RESTORING</h2>
+<div class="sectionbody">
+<p>Since <tt>safekeep(1)</tt> is built around <tt>rdiff-backup(1)</tt>, it doesn't have any
+built-in restore capabilities. It simply relies on <tt>rdiff-backup</tt> to perform
+this task.</p>
+<p>To do so, you just need to know the directory where the data is actually
+stored. In a typical installation, for a box configured via the file
+<tt>/etc/safekeep.d/mybox.conf</tt>, the data will be stored under
+<tt>/var/lib/safekeep/mybox/</tt>. Please refer to <tt>safekeep.conf(5)</tt> for more
+information on this matter.</p>
+<p>Once you have determined where the data will be stored (we'll continue
+the example above), all you have to do is run <tt>rdiff-backup</tt>:</p>
+<div class="listingblock">
+<div class="content">
+<pre><tt> # rdiff-backup /var/lib/safekeep/mybox my-restore-dir</tt></pre>
+</div></div>
+<p>You will be able to find more information on the restore procedure in
+the <tt>rdiff-backup(1)</tt> man page.</p>
+</div>
<h2>SEE ALSO</h2>
<div class="sectionbody">
<p>rdiff-backup(1), safekeep.conf(5)</p>
@@ -538,7 +557,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 06-Feb-2007 11:30:35 EDT
+Last updated 06-Feb-2007 20:43:01 EDT
</div>
</div>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|