From a793e510a6eb8417d282ca8e779c0cd21378c1b7 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Wed, 13 Apr 2022 09:30:31 -0500 Subject: [PATCH] Created Automation (markdown) --- Automation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Automation.md diff --git a/Automation.md b/Automation.md new file mode 100644 index 0000000..026d5b5 --- /dev/null +++ b/Automation.md @@ -0,0 +1,13 @@ +## Automation + +Automation of sync is accomplished by adding an execution of the script to each host's systemd configuration. + +```bash +gravity-sync auto +``` + +Automation tasks within systemd are configured by default to run at semi-randomized times on each node. The net effect is replication should happen in under 5 minutes. + +(Replications will also automatically attempt for the first time 2 minutes after either system is rebooted/powered on.) + +Now, make another small adjustment to your primary settings and wait until anointed time to see if your changes have been synchronized. If so, profit! If not, start from the beginning. From this point forward any block list changes you make to either instance will quickly be reflected on the peer. \ No newline at end of file