From 1a6b3f36d070178201baac2be27759a8e73de3c3 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 19 Nov 2023 20:36:31 +0100 Subject: Disable db backups --- _cron/db-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_cron') diff --git a/_cron/db-backup b/_cron/db-backup index a4fa1b8..9299af5 100644 --- a/_cron/db-backup +++ b/_cron/db-backup @@ -1,3 +1,3 @@ SHELL=/bin/bash -*/15 * * * * cd $SITEPATH && source .envrc && make backups >> $SITEPATH/_log/backup.log +# */15 * * * * cd $SITEPATH && source .envrc && make backups >> $SITEPATH/_log/backup.log SHELL=/bin/sh -- cgit v1.2.3