From: <di...@us...> - 2007-02-05 06:13:40
|
Revision: 387 http://safekeep.svn.sourceforge.net/safekeep/?rev=387&view=rev Author: dimi Date: 2007-02-04 22:13:39 -0800 (Sun, 04 Feb 2007) Log Message: ----------- Correct and clarify where the data will go by default. Modified Paths: -------------- safekeep/trunk/doc/safekeep.conf.txt Modified: safekeep/trunk/doc/safekeep.conf.txt =================================================================== --- safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 06:07:30 UTC (rev 386) +++ safekeep/trunk/doc/safekeep.conf.txt 2007-02-05 06:13:39 UTC (rev 387) @@ -114,8 +114,11 @@ /backup/repo/@path:: The path under which the backups will be stored. Relative - paths are based on the home directory of the user under - which `safekeep(1)` runs on the server. + paths are based on current working directory where `safekeep(1)` + server is run. Typically this working directory will be the home + directory of the user under which `safekeep(1)` runs on the server. + As a result, in a typical installation the data will be stored + under `/var/lib/safekeep/<id>/`. Optional, defaults to the client ID, see `/backup/@id`. /backup/repo/@retention:: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |