Rsyncd.conf

Pierre Abbat phma at oltronics.net
Tue Dec 18 14:47:44 EST 2001


On Monday 17 December 2001 11:17, David Nickel Jr. wrote:
> Howdy,
>  I am pretty "green" with rsync so any help will be much appreciated.
> I want to mirror webserver A and webserver B. The two directories I want to
> mirror are /www/home and /www/default. I was wondering how I would set this
> up in rsycd.conf and how I would call it in a script? Thanks

[www]
path=/www
hosts allow=webserverB
read only=no

rsync -avuz /www/home webserverA::www/

phma




More information about the rsync mailing list