Thanks for the suggestion Wayne - it's not one I was
aware of and works. We can't use it though - every
20th backup, the program which runs rsync on the user
client does --delete to remove dead files from the
server. With exclude = * this doesn't work.
Any other ideas?
On Wed, Jan 14, 2004 at 09:32:37AM +, a a wrote:
> I know there is a read only option that can be specified in
> rsyncd.conf - is there any way to make it upload only?
You can exclude everything from the download, like this:
exclude = *
That would prevent rsync of allowing any file to be dow