diff --git a/bin/backup-restic b/bin/backup-restic index cb9397b..35348ed 100755 --- a/bin/backup-restic +++ b/bin/backup-restic @@ -43,7 +43,7 @@ fi REPO=$PROFILE_ROOT/repo.txt SOURCES=$PROFILE_ROOT/sources.txt -CMDLINE="$CMDLINE -r $(cat $REPO) $(cat $SOURCES)" +CMDLINE="$CMDLINE -r $(cat $REPO) $(cat $SOURCES) $@" # echo "Backup:" # echo -e "\tPassword command: $RESTIC_PASSWORD_COMMAND"