III Syncing a failover website : Scheduling the sync
So now we have our backup script, we have our secure SSH tunnel between the two servers, and we have successfully synced our two databases and our files. Now we just have to schedule this task so that we do not have to manually run this each time we need to synchronize our systems. On Mac OS X Servers, you have two options: you can use Crontab and run a Cronjob, or you can use Launchd. If you're running a Linux server, then you're pretty limited to just a Cronjob....