From c340402fd77f6d4aed6029be8e2b7792d2f00bf0 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 23 Oct 2022 13:35:39 +0200 Subject: Docs and cron config for DB backups --- _cron/db-backup | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _cron/db-backup (limited to '_cron') diff --git a/_cron/db-backup b/_cron/db-backup new file mode 100644 index 0000000..9299af5 --- /dev/null +++ b/_cron/db-backup @@ -0,0 +1,3 @@ +SHELL=/bin/bash +# */15 * * * * cd $SITEPATH && source .envrc && make backups >> $SITEPATH/_log/backup.log +SHELL=/bin/sh -- cgit v1.2.3