From 82bad8df32bfa91f1d2eaf49c06a2ae2923d395b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 23 Apr 2022 23:49:19 +0300 Subject: [PATCH] Backup weekly instead of daily. The changes are very, very rare. I'm changing the backup method to saving tarballs as snapshots and saving the last few and this change in the spirit of things. --- crond/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crond/crontab b/crond/crontab index e2a7fbb..6f7374e 100644 --- a/crond/crontab +++ b/crond/crontab @@ -1 +1 @@ -@daily docker exec ldap_ldap_1 backup || wget --spider https://notify.shore.co.il/send?message=LDAP%20backup%20failed. +@weekly docker exec ldap_ldap_1 backup || wget --spider https://notify.shore.co.il/send?message=LDAP%20backup%20failed. -- GitLab