Releases: JackSlateur/backurne
Releases · JackSlateur/backurne
v2.3.1
v2.3.0
Notable changes:
- Report time to influxdb
- Support Microsoft dynamic disks (LDM)
- Implement tasks priority
- Reimplement the workers logic, with a per-cluster pool
Thanks to Cyllene (https://www.groupe-cyllene.com/) for sponsoring this work !
Version 2.2.1
Notable changes:
- gzip has been replaced by zstd.
- fix unmap when a LV is spread across multiple PV, inside the same vmdk
- a per backup progress is now shown in the proctitle
- add a warning if some snapshot could not be deleted in time
Thanks to Cyllene (https://www.groupe-cyllene.com/) for sponsoring this work !
Version 2.2.0
Notable changes :
- add a --cleanup option to the
backup
subcommand. - fix vmfs6 support.
- add a --debug option for one-shot verbosity.
- rework the
map
subcommand with enhancement to the vmdk support (especially in conjunction with lvm). - 'Plain' cluster can now be reached not only via SSH, but also via any user-defined way. Kubernetes is the main target here, yet it should work with anything.
Version 2.1.0
Notable changes :
- Backuping only a subset for a
backurne backup
invocation is now possible, as well as forcing a backup (despite being considered unneeded regarding the profile). See cli.md. - Backurne now reports time elapsed to process each backup, either to a plain file or via syslog. See the
report_time
configuration entry.
Version 2.0.0
Notable changes :
- The
list-mapped
subcommand has been reworked to support complex mapping. Command outputs (both cli & api) has been altered to support those changes. - Backurne now supports LVM. See README.md for its specific configuration.
- Backurne now supports vmware. Also see README.md.
Version 1.1.0
bump version to 1.1.0 Signed-off-by: JackSlateur <[email protected]>
Version 1.0.0
release 1.0.0 Signed-off-by: JackSlateur <[email protected]>