Revert "Allow extra args for non-backup commands (#115)"

This reverts commit 2406f078ef.

As of #120
This commit is contained in:
Erik Westrup
2023-09-25 18:33:33 +02:00
parent 3f05091edb
commit 3cdf1503ae
3 changed files with 5 additions and 22 deletions
-7
View File
@@ -43,10 +43,3 @@ export RESTIC_RETENTION_YEARS=3
#RESTIC_BACKUP_EXTRA_ARGS="--exclude-file /path/to/extra/exclude/file/a --exclude-file /path/to/extra/exclude/file/b"
# Example: exclude all directories that have a .git/ directory inside it.
#RESTIC_BACKUP_EXTRA_ARGS="--exclude-if-present .git"
# Optional extra space-separated arguments to all restic commands, i.e. global arguments.
# Example: Limit download speed to a maximum of 1000 KiB/s
#RESTIC_EXTRA_ARGS="--limit-download 1000"
# Example: Set custom sftp parameters or a custom path.
#RESTIC_EXTRA_ARGS="--option sftp.command='ssh\ backup-host\ -s\ sftp'"