rustic/src
aawsome 206efa3f90
feat: Allow setting extra repository options via env variables (#1081)
Reads the env variables `RUSTIC_REPO_OPT_*`, `RUSTIC_REPO_OPTCOLD_*`,
`RUSTIC_REPO_OPTHOT_*` to set repository options. Also reads `OPENDAL_*`
variables which may be used to explicitly set opendal options (as they
are in snake and not kebab case).

closes #1073
2024-02-28 20:31:00 +01:00
..
bin feat(alloc): Add optional (unsupported) allocators (#897) 2023-09-19 20:46:26 +00:00
commands feat(commands): prune: Add more debug output (#1064) 2024-02-21 23:31:21 +01:00
config fix: Fix possible overflow in progress bar ETA (#1079) 2024-02-23 08:05:30 +01:00
application.rs fix: log config file logs after reading config files (#961) 2023-12-03 23:19:02 +01:00
commands.rs feat: Allow setting extra repository options via env variables (#1081) 2024-02-28 20:31:00 +01:00
config.rs feat: Add webdav command (#1024) 2024-01-30 09:53:53 +00:00
error.rs Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
filtering.rs chore(docs): update library documentation 2023-09-19 00:49:44 +02:00
helpers.rs chore(docs): update library documentation 2023-09-19 00:49:44 +02:00
lib.rs chore: remove outdated lint 2023-09-18 17:52:14 +02:00