Line 348:
Line 348:
=== Example setups ===
=== Example setups ===
−
==== [Todo] Standard ====
+
==== Dedicated backup server ====
−
Dedicated Affa server to backup all production servers<br>...
+
* Set up a job for every server you want to backup
−
+
* Send the public keys to every server
+
affa --send-key JOBNAME
+
* Check whether password-less logins are working
+
affa --check-connections
+
* Check whether the scheduled jobs are evenly distributed over the day
+
affa --show-schedule
+
* Create the cron jobs
+
affa --make-cronjobs
+
* Check the status after 24 hours
+
affa --status
==== [Todo] Local Affa server plus a Affa server in remote location ====
==== [Todo] Local Affa server plus a Affa server in remote location ====