Revision: 314
http://safekeep.svn.sourceforge.net/safekeep/?rev=314&view=rev
Author: dimi
Date: 2007-01-26 14:04:13 -0800 (Fri, 26 Jan 2007)
Log Message:
-----------
Cleanup a bit the sample file
Modified Paths:
--------------
safekeep/trunk/sample.conf
Modified: safekeep/trunk/sample.conf
===================================================================
--- safekeep/trunk/sample.conf 2007-01-26 22:02:56 UTC (rev 313)
+++ safekeep/trunk/sample.conf 2007-01-26 22:04:13 UTC (rev 314)
@@ -1,18 +1,18 @@
<!-- 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 -c" 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_box.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.
|