Releases: MajorcaDevs/mdbackup
Releases · MajorcaDevs/mdbackup
Improvements and new storage providers
This release comes with a lot of new features listed below :)
- #13 Mikrotik implementation
- #14 Hooks scripts
- #15 FTP, FTPS and SFTP storage providers
- #16 Change implementation of B2 to
b2sdk
- #18 #23
mdbackup
in a docker image - see https://hub.docker.com/majorcadevs/mdbackup - #19 Added
StorageClass
setting to S3 - #21 Improve secrets implementation
- #22 Implement retention in storage providers (#20)
- #17 Documentation (soon URL to see them online)
- #25 Documentation docker image
Security, flexibility and bug fixes
This release comes with a bunch of new features and some bug fixes that made the utility more secure, flexible and save to use. That's the list of new features and bug fixes:
Features
- [#1] Vault secret backend - store important data (like passwords) in this secret backend and mdbackup will retrieve those secrets for you :)
- [#1] File secret backend - a fallback secret backend, secrets are read from the file system directly
- [#2] Backblaze integration - new cloud storage provider
- [40207c8] S3-like integration - new cloud storage provider for those S3-like services
- [#5] Moved to optional dependencies. Now if you don't use S3 nor Backblaze, those libraries won't get installed. Only install what you need.
- [#6] Ability to run some parts of the tool by adding some arguments when invoking it
- [#7] Bash scripts can now write debug logs. Just print a line starting with
DEBUG:
(space included).
Bug fixes
Generalize cypher strategies and cloud provider implementations
v0.1.5 Added option to change cypher algorithm in GPG
Added options to compress (or not to compress)
v0.1.4 Refactor configuration, compression and encrypt methods
Fix removing backups when not needed
Title is self descriptive :)
Fixes to script running
v0.1.2 Fix scripts
Some fixes :)
v0.1.1 little changes
First version
v0.1.0 First commit