Results 1 to 6 of 6
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 ...
- 10-20-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 23
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
- 10-21-2010 #2
I would research and see if redhat.com | Red Hat Global File System trickled downstream into CentOS
- 10-21-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 23
Sounds like a massive overkill no?
- 10-21-2010 #4
well if that is "overkill" then you could always write a cronjob that executes every 5 minutes or so that runs rsync from the source machine to the destination
- 10-21-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 23
rsync it is.
Thanks
- 12-12-2010 #6Just Joined!
- Join Date
- May 2010
- Posts
- 23
Followup to this thread...
http://www.linuxforums.org/forum/pro...tml#post819507


Reply With Quote
