adding configuration for rsync.
This commit is contained in:
parent
005a9aa6e2
commit
b7cb7a9e32
11
testing/rsync/README
Normal file
11
testing/rsync/README
Normal file
@ -0,0 +1,11 @@
|
||||
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 .
|
3
testing/rsync/rsyncd.conf
Normal file
3
testing/rsync/rsyncd.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[home]
|
||||
path = /home/
|
||||
comment = home users
|
Loading…
Reference in New Issue
Block a user