summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
Diffstat (limited to '_cron')
-rw-r--r--_cron/db-backup3
1 files changed, 3 insertions, 0 deletions
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