Releases: lucascbeyeler/zmbackup
Release 1.1.8 is now LIVE
This version fixed the following bugs:
- Full restore stop working if you did an ldap backup any time;
- Wget keep running after X times for no reason;
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.2.0 BETA 4 is now LIVE
This new release fix the following bugs from BETA 3:
- Create sessions.txt during the install process;
- Better description of what is happening during the migration process;
- .parallel dir is now removed by the install script;
- notifications crash when try to count how many accounts are backed up for Mailbox exclusive;
- ldap restore wasn't working if you inform a valid session;
- restore wasn't working because httpie need a cache/config folder inside zimbra's home.
And the following features are created for this new release:
- Migration to SQLITE3 is completed;
- Install script now has a option to force a update;
- zmbackup -l show more information for SQLITE3 option;
- zmbackup store backup information inside a SQLITE3 database rather than TXT.
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.1.7 is now LIVE
This version fixed the following bug:
- Full restore stop working if you did an alias/distlist backup any time;
Just a little reminder: this bug only affect the version 1.1.0 or lower. The 1.2.0 doesn't have this bug because the full+incremental restore is discontinued.
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.2.0 BETA 3 is now LIVE
The following fixes are made in Zmbackup BETA 3:
- LOCK_BACKUP stopped working after the 1.2 upgrade;
- Install.sh now create the blacklist;
- Fix messages about remove - now it doesn't inform you that you are trying to do a upgrade;
- Install.sh now creates the zmbackup account;
- Parallel can't create will-cite in Zimbra's home - Zmbackup now create it manually;
- (Ubuntu Server) Uninstall says that the dependencies are installed with success, when shoud say "are removed";
And the following function is still in development, but part of the code is already completed:
- Zmbackup migration from TXT to SQLITE3 - UNSTABLE, please do not use yet;
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.1.6 is now LIVE
This version fixed the following bug:
- Incremental backup stopped working after Zimbra's latest update
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.2.0 BETA 2 is now LIVE
This is the second release of the version 1.2.0 for test purpose only. Please, do not use in production until I move the code to master branch. For this release, the following modifications are created:
- README.md now includes the instruction to install and use the new Zmbackup;
- zmbackup_wizard was renamed to install.sh;
- install.sh now can upgrade and remove old versions;
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.2.0 BETA is now LIVE
This is the first release of the version 1.2.0 for test purpose only. Please, do not use in production until I move the code to master branch. For this release, the following functions are created:
- Support for cURL is dropped in favor of HTTPie, a better and stable solution to interact with REST API;
- Zmbhousekeep is now part of the Zmbackup Core;
- Blacklist file to inform all the accounts that you don't want to backup;
- A better list session;
- Logs are now more informative and will be managed by rsyslog service;
- We now have error handling;
The following function are discontinued:
- Full restore does not restore incrementals without you ask;
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.1.5 is now LIVE
This version fixed the following bugs:
- Fix zmbackup.cron schedules to run in different times;
- A better tabulation for zmbackup -h.
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.1.4 is now LIVE
This version fixed the following bugs:
- Zmbhousekeep wasn't being executed by cron because the binary name was written wrong;
- Zmbackup wasn't parallelizing correct. Only two instances are being executed at the same time;
And the following change was made:
- Better PID Lock message.
Any problem, please, create an issue and/or send an e-mail for [email protected].
Release 1.1.3 is now LIVE
This version fixed the following bugs:
- Issue #34 - LDAP Backup wasn't working because the function ldap_bkp was removed;
- zmbackup -l doesn't recognize alias and ldap backup;
Any problem, please, create an issue and/or send an e-mail for [email protected].