Fixed borg backups on openbsd
This commit is contained in:
parent
44ce839172
commit
0087b1fc16
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
export HOME=/root
|
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"
|
export BORG_RSH="ssh -i /root/.ssh/borg"
|
||||||
|
|
||||||
{% for job in borg_jobs %}
|
{% for job in borg_jobs %}
|
||||||
|
|
Reference in a new issue