We have two identical boxes (with different IPs) built with same platform and cloverleaf 5.4, and both boxes have production site configured. One serveres as primary and the other as backup or failover box.
We came up an approach to synchronize two boxes by running a cron job daily to tar the all directories and scp to secondary one, by that we can turn manually on the secondary box when the primary one need downtime or some disaster event.
My question is: in our situation, do I need to include (./siteinfo ./revisions ./views) directories in the tar file?
Thanks