aboutsummaryrefslogtreecommitdiff
path: root/templates/backup.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/backup.sh.j2')
-rw-r--r--templates/backup.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/backup.sh.j2 b/templates/backup.sh.j2
index 89fcccb..a5a65c9 100644
--- a/templates/backup.sh.j2
+++ b/templates/backup.sh.j2
@@ -5,7 +5,7 @@
###############################################################################
export HOME=/root
-export PATH=${PATH}:/usr/local/bin
+export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export BORG_RSH="ssh -i /root/.ssh/borg"
{% for job in borg_jobs %}