summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xborgbackup/create-repo3
1 files changed, 3 insertions, 0 deletions
diff --git a/borgbackup/create-repo b/borgbackup/create-repo
index 79a4c65..6a6c7dd 100755
--- a/borgbackup/create-repo
+++ b/borgbackup/create-repo
@@ -78,6 +78,9 @@ SCRIPT
chmod 0700 "/opt/scripts/borg-backup.sh"
echo "Dumping cron-job...."
cat > /etc/cron.d/borg-backup <<BLUB
+SHELL=/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+
$(( RANDOM % 60 )) $(( RANDOM % 5 )) * * * root /opt/scripts/borg-backup.sh
BLUB
echo "Downloading borg 1.1.7....."