aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2010-06-21 11:31:14 +0300
committerFilipp Lepalaan <filipp@mac.com>2010-06-21 11:31:14 +0300
commitc37d312f0398cac0a2eecc348bfd359e8be21ec5 (patch)
tree295e9a17b8b9398c00a79afb0c9e98d563c98fb2
parent85406dae0c220759da4b816fa9380c25d72b73ba (diff)
downloadoffsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.tar.gz
offsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.tar.bz2
offsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.zip
updated readme about server stuff
-rwxr-xr-xREADME17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 565886c..19bfddd 100755
--- a/README
+++ b/README
@@ -25,6 +25,23 @@ rsync with all the Mac-specific patches
name them whatever you like
- Load the new launchd plists
+# The Server
+The server end of this should be running the same version of rsync as the client. The rsync daemon should be
+running as root, with a config file looking something like this:
+
+uid = root
+gid = wheel
+
+[modulename]
+comment = modulename offsite
+path = /Volumes/data/offsite
+write only = true
+read only = false
+secrets file = /path/to/supersecret/file
+chroot = no
+
+More information on the config file is available on the rsyncd.conf manpage.
+
# Operation
start_offsite.sh spawns off rsync with all the apropriate switches (including --delete!)