From 18b7c166d7f3d9e7096402048f02073a88326e59 Mon Sep 17 00:00:00 2001 From: matthias Date: Sat, 12 Oct 2019 06:11:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Erun.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 run.sh diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..67afac6 --- /dev/null +++ b/run.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# Create and install crontab file +echo "$CRON_INTERVAL /backup.sh" >> /backup.cron + +crontab /backup.cron + +crond -f -d 8 \ No newline at end of file