bin: backup-restic, add '$@' to arguments

This commit is contained in:
Paul Walker
2024-08-29 10:09:53 +01:00
parent 90b82a1b49
commit 0069a07d1b

View File

@@ -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"