From c37d312f0398cac0a2eecc348bfd359e8be21ec5 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 21 Jun 2010 11:31:14 +0300 Subject: updated readme about server stuff --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') 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!) -- cgit v1.2.3