Forum Moderators: coopster
Always changing on one server and having the other sync'ed from it. You need to know which will always be up to date and which will be dependant.
you can run a cron to keep them sync'ed
you could upload to both, always doing the master first
rsync, custom scripts, scp, ftp, cron
who knows, there are a ton of ways you could do it. It is really hard to say which would be the best without understanding the complete scenario. There are more than likely multiple methods that would work all with their own pros and cons.
we used various methods for sync'ing
php scripts
shell scripts (using scp)
rsync
they all worked well, each solution was chosen for the system based on a pro/con analysis, in each case it was the best solution
Again thanks for your help and I'll start some research on my own.