Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # echo "minuux:123456" >> /etc/rsync_server.passwd
  2.  
  3. use chroot = false
  4. strict modes = false
  5. lock file = rsyncd.lock
  6. hosts allow = *
  7. max connections = 5
  8. port = 28953
  9. pid file = /var/run/rsyncd.pid
  10. # use cygwin in windows,so set windows's user
  11. uid = Administrator
  12. gid = None
  13.  
  14. log file = /cygdrive/g/rsync/rsyncd.log
  15.  
  16. # Module definitions
  17. # Remember cygwin naming conventions : c:\work becomes /cygdrive/c/work
  18.  
  19. [home]
  20. path = /cygdrive/g/myhome/photos
  21. auth users = minuux
  22. secrets file =/etc/rsync_server.passwd
  23. read only = no
  24. list = yes
  25. transfer logging = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement