docker-volume-backup
docker-volume-backup copied to clipboard
Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage
Implements #113 I created an abstract helper interface and implemented it for all storage backends (Minio/S3, WebDav, SSH, local). The obvious candidates for similar operations were copyArchive and pruneBackups as...
Here lies an opportunity for adding a real world feature on top of this refactoring: as copying is a read only operation, we could now run all of the operations...
* **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request Hello, I'm looking for rotating and pruning my backups, since they...
* **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request * **What is the current behavior?** If an error occurs -...
Could help debugging #134 since Minio should be able to handle retrying... The [ErrorResponse](https://pkg.go.dev/github.com/minio/minio-go/[email protected]#ErrorResponse) type contains a lot more info. Since it's no fix and just helps finding the issue,...
* **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request Hello, I would like to know if someone tried with Kubernetes...
This issue exists to track possible breaking changes that would make sense in a v3 (so I don't forget about them). This does not mean a v3 is going to...
@m90 Great! Quick question: there is quite a bit of similar code for the different types of storages. Would you be open to generalize the code a bit? In a...
A better idea might be supporting rclone and having users mount an rclone.conf file. Instant support for a ton of backends. Personally, I sync my backups to two cloud locations...