Results 1 to 5 of 5
Hey there,
i am looking for a way to syncronize two web servers.
both will need to be identical ( this is for redundancy, in case of a computer crash)
...
- 11-21-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 15
looking to syncronize two servers
Hey there,
i am looking for a way to syncronize two web servers.
both will need to be identical ( this is for redundancy, in case of a computer crash)
both run debian linux with all the same packages.
i need the main one to update any changes to its mysql database to the backup computer.
is there already software out there that will do this?
thanks
- 11-21-2005 #2
You might want to try rsync.
- 11-21-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 15
can rsync do a whole system, including mysql ?
i was going to go with unison, but had the same qualms.
thanks
- 11-21-2005 #4
Yeah rsync can do this. You can set it up as a cron job to sync up nightly, every hour, etc.
- 11-22-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 15
i looked at the docs after my last post, looks like exactly what i need.
thanks much


Reply With Quote