diff options
Diffstat (limited to '')
-rwxr-xr-x | lifeboat | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -84,10 +84,10 @@ shift test -d "$LIFEBOAT_ROOT/$repo" || errx "$repo: no such repository" -export PATH=$HOME/bin:$PATH -export LIFEBOAT_REPO_NAME=$repo -export RESTIC_REPOSITORY=$LIFEBOAT_ROOT/$repo/repo -export RESTIC_PASSWORD_FILE=$LIFEBOAT_ROOT/$repo/credentials/restic +export PATH="$HOME/bin:$PATH" +export LIFEBOAT_REPO_NAME="$repo" +export RESTIC_REPOSITORY="$LIFEBOAT_ROOT/$repo/repo" +export RESTIC_PASSWORD_FILE="$LIFEBOAT_ROOT/$repo/credentials/restic" case "$1" in run) run_backup;; |