diff options
author | Filipp Lepalaan <filipp@mac.com> | 2010-06-21 11:31:14 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2010-06-21 11:31:14 +0300 |
commit | c37d312f0398cac0a2eecc348bfd359e8be21ec5 (patch) | |
tree | 295e9a17b8b9398c00a79afb0c9e98d563c98fb2 | |
parent | 85406dae0c220759da4b816fa9380c25d72b73ba (diff) | |
download | offsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.tar.gz offsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.tar.bz2 offsync-c37d312f0398cac0a2eecc348bfd359e8be21ec5.zip |
updated readme about server stuff
-rwxr-xr-x | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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!) |