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
+3
View File
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Allow extra arguments to restic-backup with `$RESTIC_BACKUP_EXTRA_ARGS`.
### Changed
- Align terminology used in README with the one used by B2 for credentials (keyId + applicationKey pair).