Blame testing/rsync/README
|
Ryan Haggerty |
b7cb7a |
this README goes over starting the rsync daemon and using rsync to copy files.
|
|
Ryan Haggerty |
b7cb7a |
copy rsyncd.conf to /etc/rsyncd.conf
|
|
Ryan Haggerty |
b7cb7a |
|
|
Ryan Haggerty |
b7cb7a |
to start rsync as a daemon
|
|
Ryan Haggerty |
b7cb7a |
rsync --daemon
|
|
Ryan Haggerty |
b7cb7a |
|
|
Ryan Haggerty |
b7cb7a |
to test the rsync daemon ask it for a listing of availible items
|
|
Ryan Haggerty |
b7cb7a |
rsync rsync://localhost
|
|
Ryan Haggerty |
b7cb7a |
|
|
Ryan Haggerty |
b7cb7a |
to test rsncing
|
|
Ryan Haggerty |
b7cb7a |
rsync -r rsync://localhost/home .
|