selinux-policy/testing/rsync
2005-10-28 15:08:14 +00:00
..
README adding configuration for rsync. 2005-10-28 15:08:14 +00:00
rsyncd.conf adding configuration for rsync. 2005-10-28 15:08:14 +00:00

this README goes over starting the rsync daemon and using rsync to copy files.
copy rsyncd.conf to /etc/rsyncd.conf

to start rsync as a daemon
	rsync --daemon

to test the rsync daemon ask it for a listing of availible items
	rsync rsync://localhost

to test rsncing
	rsync -r rsync://localhost/home .