3

Deploying Files To Multiple Servers

view full story
linux-howto

http://serverfault.com – We have a central repository of files in say server-1 at /srv/www. Then we have N number of servers as well. We want server-1 to be able to deploy its files in /srv/www to all servers as quickly and efficiently as possible. Is there something like rsync, but instead of specifying a single target, specifying a cluster (N servers) of targets? I was thinking git may work, but can we specify multiple remotes to push too? What is the best solution, assuming N servers may eventually reach hundreds. (HowTos)