Question

I want to create mirrors for my website and I want to know if there is a way to upload my website on different servers at the same time ( through filezilla, wget or other tools ).

Was it helpful?

Solution

Look at using rsync

Mirroring with rsych

OTHER TIPS

When you deploy code you need to make sure that your code changes land on all your servers, one way to do this would be to use a tool like Capistrano if you're inclined to ruby or Fabric or Puppet if you prefer python.

The other way is to deploy onto one server and periodically mirror them over to the other servers using rsync as Paul suggested

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top