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
