|
From: <di...@us...> - 2007-02-06 16:34:51
|
Revision: 400
http://safekeep.svn.sourceforge.net/safekeep/?rev=400&view=rev
Author: dimi
Date: 2007-02-06 08:34:35 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Update man pages
Modified Paths:
--------------
website/trunk/WebContent/safekeep.conf.html
website/trunk/WebContent/safekeep.html
Modified: website/trunk/WebContent/safekeep.conf.html
===================================================================
--- website/trunk/WebContent/safekeep.conf.html 2007-02-06 16:30:23 UTC (rev 399)
+++ website/trunk/WebContent/safekeep.conf.html 2007-02-06 16:34:35 UTC (rev 400)
@@ -413,8 +413,13 @@
<dd>
<p>
The path under which the backups will be stored. Relative
- paths are based on the home directory of the user under
- which <tt>safekeep(1)</tt> runs on the server.
+ paths are based on current working directory where <tt>safekeep(1)</tt>
+ server is run. Typically this working directory will be the home
+ directory of the user under which <tt>safekeep(1)</tt> runs on the server.
+ As a result, in a typical installation the data will be stored
+ under <tt>/var/lib/safekeep/<id>/</tt>. If the directory does not exist,
+ <tt>safekeep(1)</tt> will attempt to create it automatically. The backup
+ will fail altogether if the directory can not be created.
Optional, defaults to the client ID, see <tt>/backup/@id</tt>.
</p>
</dd>
@@ -534,7 +539,7 @@
<p>
Exclude the file or files matched by the path.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -545,7 +550,7 @@
<p>
Include the file or files matched by the path.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -556,7 +561,7 @@
<p>
Exclude the file or files matched by the shell pattern.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -567,7 +572,7 @@
<p>
Include the file or files matched by the shell pattern.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -578,7 +583,7 @@
<p>
Exclude the file or files matched by the regular expression.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -589,7 +594,7 @@
<p>
Include the file or files matched by the regular expression.
If a directory is matched, then files under that directory will also
-be matched.
+ be matched.
See the <tt>FILE SELECTION</tt> section for more information.
</p>
</dd>
@@ -603,11 +608,11 @@
<p>The file selection system comprises a number of file selection conditions,
which are set using one of the <tt><include></tt>/<tt><exclude></tt> elements.
Each file selection condition either matches or doesn't match a given file.
-A given file is excluded by the file selection system exactly when the first
-matching file selection condition specifies that the file be excluded;
-otherwise
-the file is included. When backing up, if a file is excluded, <tt>safekeep(1)</tt>
-acts
+A given file is included or excluded by the file selection system when the
+first matching file selection condition specifies that the file be included
+or excluded respecively; if the file matches no include or exclude
+statement, it is by default excluded.</p>
+<p>When backing up, if a file is excluded, <tt>safekeep(1)</tt> acts
as if that file does not exist in the source directory.</p>
<p>For more information on file selection semantics, please see
<tt>rdiff-backup(1)</tt>.</p>
@@ -625,7 +630,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 02-Feb-2007 00:28:18 EDT
+Last updated 06-Feb-2007 11:30:36 EDT
</div>
</div>
</body>
Modified: website/trunk/WebContent/safekeep.html
===================================================================
--- website/trunk/WebContent/safekeep.html 2007-02-06 16:30:23 UTC (rev 399)
+++ website/trunk/WebContent/safekeep.html 2007-02-06 16:34:35 UTC (rev 400)
@@ -387,8 +387,8 @@
This can be a single file (for a single client configuration)
or a directory containing several configuration files (one per
backup client). Can be specified multiple times.
- If not specified at all, SafeKeep will default to searching
- <tt>/etc/safekeep.d/</tt> for configuration files.
+ If not specified at all, SafeKeep will default in non-client mode
+ to searching <tt>/etc/safekeep.d/</tt> for configuration files.
Simply using this default is the recommended usage.
</p>
</dd>
@@ -538,7 +538,7 @@
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Feb-2007 17:54:17 EDT
+Last updated 06-Feb-2007 11:30:35 EDT
</div>
</div>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|