Allow extra args to restic-backup with RESTIC_BACKUP_EXTRA_ARGS

Fixes #56
This commit is contained in:
Erik Westrup
2022-02-01 16:12:16 +01:00
parent a4cd65db5a
commit 341f3e79ec
4 changed files with 13 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ restic backup \
--tag $BACKUP_TAG \
--option b2.connections=$B2_CONNECTIONS \
$exclusion_args \
$RESTIC_BACKUP_EXTRA_ARGS \
$BACKUP_PATHS &
wait $!