Tags: offen/docker-volume-backup
Tags
Exclude specific backends from pruning (#262) * Skip backends while pruning * Add pruning test step and silence download log for better readability * Add test cases for pruning in all backends Also add -q or --quiet-pull to all tests. * Add test case for skipping backends while pruning * Adjusted test logging, generate new test spec file * Gitignore for temp test file
feat: add better handler for part size (#214) * feat: add better handler for part size fix: use local file fix: try with another path fix: use bytes chore: go back go back readme goback goback goback * chore: better handling * fix: typo readme * chore: wrong comparaison * fix: typo
Update shoutrrr to 0.7 (#213) * Replace docker-compose reference with docker[space]compose * Update shoutrrr only to 0.7.1 * modules after go mod tidy * Refer to v0.7 docs of shoutrrr * Replace docker-compose reference with docker[space]compose * Update shoutrrr only to 0.7.1 * modules after go mod tidy * Refer to v0.7 docs of shoutrrr * Remove 'v' from shoutrrr doc link
Add support for Azure Blob Storage (#171) * Scaffold Azure storage backend that does nothing yet * Implement copy for Azure Blob Storage * Set up automated testing for Azure Storage * Implement pruning for Azure blob storage * Add documentation for Azure Blob Storage * Add support for remote path * Add azure to notifications doc * Tidy go.mod file * Allow use of managed identity credential * Use volume in tests * Auto append trailing slash to endpoint if needed, clarify docs, tidy mod file