Guest User

Untitled

a guest
Jul 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. max connections = 10
  2. log file = /var/log/rsync.log
  3. timeout = 300
  4.  
  5. [backup]
  6. comment = opt backup
  7. path = /opt
  8. read only = yes
  9. list = yes
  10. uid = root
  11. gid = root
  12. auth users = admin
  13. secrets file = /etc/rsyncd.secrets
  14.  
  15. [www]
  16. comment = www backup
  17. path = /var/www
  18. read only = yes
  19. list = yes
  20. uid = www-data
  21. gid = www-data
  22. auth users = admin
  23. secrets file = /etc/rsyncd.secrets
Add Comment
Please, Sign In to add comment