Revision: 551
http://safekeep.svn.sourceforge.net/safekeep/?rev=551&view=rev
Author: dimi
Date: 2007-10-19 09:37:28 -0700 (Fri, 19 Oct 2007)
Log Message:
-----------
Update man pages on website to latest as of Fri Oct 19 12:37:26 EDT 2007
Modified Paths:
--------------
website/trunk/WebContent/safekeep.html
Modified: website/trunk/WebContent/safekeep.html
===================================================================
--- website/trunk/WebContent/safekeep.html 2007-10-12 21:17:52 UTC (rev 550)
+++ website/trunk/WebContent/safekeep.html 2007-10-19 16:37:28 UTC (rev 551)
@@ -303,7 +303,7 @@
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>safekeep</em> [--server] [-q] [-v] [-c file] <clientid>*</p>
+<p><em>safekeep</em> [--server] [-q] [-v] [--force] [-c file] <clientid>*</p>
<p><em>safekeep</em> --keys [-q] [-v] [-c file] [-i file] [--status] [--print] [--deploy] <clientid>*</p>
<p><em>safekeep</em> --client</p>
<p><em>safekeep</em> -h | -V</p>
@@ -369,6 +369,17 @@
<div class="sectionbody">
<dl>
<dt>
+-c, --conf=FILE
+</dt>
+<dd>
+<p>
+ Specifies the configuration file location.
+ If not specified at all, SafeKeep will default to
+ <tt>/etc/safekeep/safekeep.conf</tt> if it exists.
+ Simply using this default is the recommended usage.
+</p>
+</dd>
+<dt>
-h, --help
</dt>
<dd>
@@ -410,14 +421,15 @@
<div class="sectionbody">
<dl>
<dt>
--c, --conf=FILE
+--force
</dt>
<dd>
<p>
- Specifies the configuration file location.
- If not specified at all, SafeKeep will default to
- <tt>/etc/safekeep/safekeep.conf</tt> if it exists.
- Simply using this default is the recommended usage.
+ Pass the <tt>--force</tt> option to <tt>rdiff-backup</tt>, allowing it
+ to overwrite the backup directory metadata. This option
+ is potentially dangerous, and should only be used if the
+ backup directory becomes corrupt, and <tt>rdiff-backup</tt> error
+ logs tells you to use this option.
</p>
</dd>
</dl>
@@ -604,7 +616,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 17-Jun-2007 21:06:41 EDT
+Last updated 19-Oct-2007 12:33:39 EDT
</div>
</div>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|