diff options
author | emkael <emkael@tlen.pl> | 2023-11-19 20:36:31 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-11-19 20:36:31 +0100 |
commit | 1a6b3f36d070178201baac2be27759a8e73de3c3 (patch) | |
tree | ea25093e279bb51eddd6069d7f4d70b07a9b0247 | |
parent | 2ad34bd1447127249408c073e027db4dc586dfc6 (diff) |
Disable db backups
-rw-r--r-- | _cron/db-backup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |