bin: backup-restic, add '$@' to arguments
This commit is contained in:
@@ -43,7 +43,7 @@ fi
|
|||||||
REPO=$PROFILE_ROOT/repo.txt
|
REPO=$PROFILE_ROOT/repo.txt
|
||||||
SOURCES=$PROFILE_ROOT/sources.txt
|
SOURCES=$PROFILE_ROOT/sources.txt
|
||||||
|
|
||||||
CMDLINE="$CMDLINE -r $(cat $REPO) $(cat $SOURCES)"
|
CMDLINE="$CMDLINE -r $(cat $REPO) $(cat $SOURCES) $@"
|
||||||
|
|
||||||
# echo "Backup:"
|
# echo "Backup:"
|
||||||
# echo -e "\tPassword command: $RESTIC_PASSWORD_COMMAND"
|
# echo -e "\tPassword command: $RESTIC_PASSWORD_COMMAND"
|
||||||
|
|||||||
Reference in New Issue
Block a user