Assert that all envvars are set in scripts

Remind user to source profile before executing.

Fixes #62
This commit is contained in:
Erik Westrup
2022-02-01 16:45:19 +01:00
parent f4b90c2499
commit 687111fddf
3 changed files with 39 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Allow extra arguments to restic-backup with `$RESTIC_BACKUP_EXTRA_ARGS`.
- Add `$RESTIC_VERBOSITY_LEVEL` for debugging.
- Assertion on all needed envionment variables in the backup and check scripts.
### Changed
- Align terminology used in README with the one used by B2 for credentials (keyId + applicationKey pair).