I'm sure that this is a very simple question that has been answered many times, but my Google-fu is weak today. I have two servers, one in production and one a backup server. I want to set up a synchronization system where the backup server is always a perfect mirror of the production server, right down to when I install ports on the production server, the updated ports appear on the backup server.
Basically, I want to be able to swap the backup server and production server without changing anything except designating one as the master and the other as the slave.
Is this possible with rsync? If not, could you point me in the right direction on this? Thank you very much for your help.
Basically, I want to be able to swap the backup server and production server without changing anything except designating one as the master and the other as the slave.
Is this possible with rsync? If not, could you point me in the right direction on this? Thank you very much for your help.