From c0bb43126dbaddbcdbfebdc4779e8821315c4310 Mon Sep 17 00:00:00 2001
From: Ben Morrice <ben.morrice@cern.ch>
Date: Thu, 18 Mar 2021 08:32:05 +0100
Subject: [PATCH] schedule stream backups to run a bit later than centos8

---
 prod.variables.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prod.variables.sh b/prod.variables.sh
index 5e1a4bb..28a10b6 100644
--- a/prod.variables.sh
+++ b/prod.variables.sh
@@ -1,4 +1,4 @@
-SCHEDULE="15 9 * * *"
+SCHEDULE="45 9 * * *"
 DATA="/mnt/data1/dist"
 PATH_SNAPSHOTS="cern/centos"
 S3_REPOSITORY="s8-backups-production"
-- 
GitLab