Releases: JackSlateur/backurne
Releases · JackSlateur/backurne
v2.4.0
v2.3.3
v2.3.2
Notable changes:
- Avoid deprecated use of
rnd nbdcommand
v2.3.1
Notable changes:
- Support python 3.12
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
backupsubcommand. - fix vmfs6 support.
- add a --debug option for one-shot verbosity.
- rework the
mapsubcommand 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 backupinvocation 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_timeconfiguration entry.
Version 2.0.0
Notable changes :
- The
list-mappedsubcommand 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 <jack@jack.fr.eu.org>