Displaying 1 result from an estimated 1 matches for "webclone".
Did you mean:
vecclone
2005 Jun 15
2
How to prevent deletion of files on the client side?
...er and the client pulls the files from the master.
On the master server, I defined the module [apache] in /etc/rsyncd.conf:
[apache]
comment = Apache tree
path = /usr/apache
read only = true
list = false
uid = nobody
gid = nobody
auth users = webclone
secrets file = /etc/rsyncd.passwd
hosts allow = 192.168.241.0/24
timeout = 600
exclude from = /etc/rsyncd.exclude
I setup the /etc/rsyncd.exclude file to prevent transfering logs files or system specific files (SSL certificates or passphrase):
- /logs/
- /conf/ssl*...