|
From: <di...@us...> - 2007-01-26 21:16:38
|
Revision: 311
http://safekeep.svn.sourceforge.net/safekeep/?rev=311&view=rev
Author: dimi
Date: 2007-01-26 13:16:33 -0800 (Fri, 26 Jan 2007)
Log Message:
-----------
Cleanup the docs a bit
Modified Paths:
--------------
safekeep/trunk/doc/safekeep.txt
Modified: safekeep/trunk/doc/safekeep.txt
===================================================================
--- safekeep/trunk/doc/safekeep.txt 2007-01-26 21:13:27 UTC (rev 310)
+++ safekeep/trunk/doc/safekeep.txt 2007-01-26 21:16:33 UTC (rev 311)
@@ -125,20 +125,20 @@
------------------------------------------------------------------------
<!-- the client backup id -->
-<backup id="my.host.com primary backup">
+<backup id="my_workstation">
<!-- the client backup host, the user under which the servers will connect,
the SSH keys used for launching "safekeep --client" and "rdiff-backup" -->
<host
- name="localhost" user="guest"
- key-ctrl="/home/dimi/.ssh/backup_id_dsa"
- key-data="/home/dimi/.ssh/backup2_id_dsa"
+ name="my_workstation.corp.com" user="root"
+ key-ctrl="/home/jdoe/.ssh/backup_id_dsa"
+ key-data="/home/jdoe/.ssh/backup2_id_dsa"
/>
<!-- location where the backuped data will be stored on the server
and for how long (s=sec, m=min, h=hours, D=days, W=weeks, M=months, or Y=years) -->
<repo
- path="./tmp"
+ path="./data"
retention="10D"
/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|