Replicating web folders across production servers
Hi,
We have several production machines serving our static content. I want an automatic operation where I would only need to upload to one of them and it will get replicated/mirrored to all machines.
Either that or distribute automatically from local source to all machines. First option is obviously better since all machines reside on same LAN and remote to our office.
Another feature I am looking for is to get a full report on what got transferred and if any problems occurred immediately (since usually these deployments can mean downtime for us).
Looking around I saw rsync. Anything else? any better way to do so?
Using CentOS 5.4-5.5 btw.
Cheers,
DB