Skip to content

Instantly share code, notes, and snippets.

@vdv
Created April 5, 2012 18:40
Show Gist options
  • Save vdv/2313156 to your computer and use it in GitHub Desktop.
Save vdv/2313156 to your computer and use it in GitHub Desktop.
rsync server config
[name1]
comment = Backup for Name1.net
path = /backup/name1
use chroot = true
uid = backup
gid = backup
log file = /var/log/rsyncd/name1.log
read only = false
write only = false
hosts allow = 11.11.11.11
hosts deny = *
transfer logging = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment