Allow extra args to restic-backup with RESTIC_BACKUP_EXTRA_ARGS
Fixes #56
This commit is contained in:
@@ -19,3 +19,6 @@ export B2_ACCOUNT_KEY="<b2-application-key>" # TODO fill with your applicationKe
|
||||
|
||||
# How many network connections to set up to B2. Default is 5.
|
||||
export B2_CONNECTIONS=10
|
||||
|
||||
# Extra args to restic-backup. This is empty here and profiles can override this after sourcing this file.
|
||||
export RESTIC_BACKUP_EXTRA_ARGS=
|
||||
|
||||
Reference in New Issue
Block a user