Skip to content

Instantly share code, notes, and snippets.

View isaac-mcfadyen's full-sized avatar

Isaac McFadyen isaac-mcfadyen

View GitHub Profile
@fluential
fluential / gist:60b16dd7f02f455edb80
Created December 18, 2014 16:51
quick rsync daemon one liner
rsync --daemon --port 31337 --no-detach -vv --config /var/tmp/.rsyncd.conf
cat <<EOF > /var/tmp/.rsyncd.conf
[store]
path = /path/to/file
read only = no
list = yes
uid = nobody
gid = nogroup
use chroot = false
EOF