From 02fe799ba1a2c2eb2c7aa1cec0020cebac1422ed Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Dec 2024 16:03:02 +0000 Subject: Backup git every hour, ever 5m is excessive --- scripts/git.mirror.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/git.mirror.cron') diff --git a/scripts/git.mirror.cron b/scripts/git.mirror.cron index d3411e2..eb31f6d 100644 --- a/scripts/git.mirror.cron +++ b/scripts/git.mirror.cron @@ -1 +1 @@ -*/5 * * * * randomdan make -sf backup.mk -C /var/git/ +@hourly randomdan make -sf backup.mk -C /var/git/ -- cgit v1.2.3