docker-volume-backup/cmd/backup
Frederik Ring 3ded77448c
Do not skip directories when creating tar archive (#72)
* Update targz library to include potential ownership fix

* Move archive logic to main repo

* Remove assertions for debugging

* Use relative path in assertion

* Strip local part from archive location

* Log when extracting in tests

* Fix trimming of prfix

* Add license info to archive.go file

* Undo change in test assertion

* Add test checking for preserved file ownership

* use same postgres version in tests

* Wrap errors when archiving, handle deletion at script layer
2022-02-22 07:49:24 +01:00
..
archive.go Do not skip directories when creating tar archive (#72) 2022-02-22 07:49:24 +01:00
config.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00
hooks.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00
main.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00
notifications.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00
notifications.tmpl Added custom notification messages using text/template (#60) 2022-02-11 20:05:16 +01:00
script.go Do not skip directories when creating tar archive (#72) 2022-02-22 07:49:24 +01:00
stats.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00
util.go Split source into multiple files, deduplicate pruning logic, do not parse templates when notifications are not used (#63) 2022-02-13 10:52:19 +01:00