docker-volume-backup/test/ignore
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
..
sources Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
.gitignore Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
docker-compose.yml Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00
run.sh Allow for the exclusion of files from backups (#100) 2022-05-08 11:20:38 +02:00