docker-volume-backup/cmd/backup
MaxJa4 43c4961116
Support _FILE based configuration values (#264)
* Replace envconfig with env

* Adjust config options and processing

* Added _FILE variant for all password vars.

* Try pathenvconfig

* Revert everything so far

* Use our fork of envconfig with custom lookup

* Use our fork of envconfig with custom lookup

* Test compose timeout option

* Remove secret resolving and specific _FILE config

* Fix timing issue in swarm tests

* Revert "Test compose timeout option"

This reverts commit ab50b21748, reversing
changes made to 0282514b2b.

Revert "Test compose timeout option"

This reverts commit 0282514b2b.

* Use offen/envconfig v1.5.0

* Add info about _FILE in README

* Value > File. Panic on file error. Panic on duplicate presence.

* Test panic on duplicate vars and panic on file error.
2023-08-30 20:14:24 +02:00
..
archive.go Add support for zstd compression (#249) 2023-08-19 19:20:13 +02:00
config.go Support _FILE based configuration values (#264) 2023-08-30 20:14:24 +02:00
exec.go Cleanup: Lint warnings and deprecated packages (#263) 2023-08-27 18:14:55 +02:00
hooks.go Use go 1.20, join errors using stdlib (#182) 2023-02-02 21:07:25 +01:00
lock.go Cleanup: Lint warnings and deprecated packages (#263) 2023-08-27 18:14:55 +02:00
main.go Cleanup: Lint warnings and deprecated packages (#263) 2023-08-27 18:14:55 +02:00
notifications.go Use go 1.20, join errors using stdlib (#182) 2023-02-02 21:07:25 +01:00
notifications.tmpl Added custom notification messages using text/template (#60) 2022-02-11 20:05:16 +01:00
script.go Support _FILE based configuration values (#264) 2023-08-30 20:14:24 +02:00
stats.go Run copying and pruning against multiple storages in parallel (#152) 2022-09-01 14:38:04 +02:00
util.go Fix WebDAV spelling, remove some inconsistencies (#143) 2022-08-18 12:37:45 +02:00