mdbackup v0.4.0-beta.1
Pre-release
Pre-release
·
76 commits
to master
since this release
- Added config validations using json schema.
- When uploading to cloud storage, compress and/or encrypt steps are done using actions implementation (avoiding duplicated code).
- Added more tests :)
Breaking changes:
compression
,encrypt
andstorages
are now inside acloud
parent element.storages
is called nowproviders
.ftp
andftps
providers now haveport
setting.sftp
changed the setting fromdisableHostKeys
toenableHostKeys
.- Action
compress-gzip
is now calledcompress-gz
.