docker-volume-backup/cmd/backup
Frederik Ring b52b271bac
Allow for the exclusion of files from backups (#100)
* Hoist walking of files so it can be used for features other than archive creation

* Add option to ignore files from backup using glob patterns

* Use Regexp instead of glob for exclusion

* Ignore artifacts

* Add teardown to test

* Allow single Re for filtering only

* Add documentation

* Use MatchString on re, add bad input to message in case of error
2022-05-08 11:20:38 +02:00
..
archive.go Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
config.go Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
exec.go Use errgroup for running commands in parallel (#83) 2022-03-10 11:09:39 +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
lock.go Support identical cron schedule (#87) 2022-03-25 18:26:34 +01:00
main.go Support identical cron schedule (#87) 2022-03-25 18:26:34 +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 Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
stats.go Support identical cron schedule (#87) 2022-03-25 18:26:34 +01:00
util.go Support identical cron schedule (#87) 2022-03-25 18:26:34 +01:00