Skip to content

Releases: lucascbeyeler/zmbackup

Release 1.1.2 is now LIVE

19 Apr 00:33
Compare
Choose a tag to compare

This version fixed the following bugs:

  • Issue #31 - Restore on Account execute, but doesn't restore any file;

Any problem, please, create an issue and/or send an e-mail for zmbackup@protonmail.com.

Release 1.1.1 is now LIVE

17 Apr 16:14
Compare
Choose a tag to compare

This version fixed the following bugs:

  • Issue #32 - Restore wasn't working out of the folder /backup because session.txt was hard coded in /backup.

Any problem, please, create an issue and/or send an e-mail for zmbackup@protonmail.com.

Release 1.1.0 is now LIVE

14 Apr 15:28
Compare
Choose a tag to compare

This version fixed the following bugs:

  • Issue #26 - Zmbackup does a full backup of all the accounts if a full backup does not exist when use incremental backup option;
  • Issue #25 - Zmbackup does not register a successful backup if the wget fail or empty mailbox file;

And the following features are being added:

  • Issue #23 - Include --force option to override "1 backup per day" ;
  • Issue #22 - Include a PID file;

A little about the --force option: This option wasn't created, instead, a option inside the config file exist and is called LOCK_BACKUP. If you put this option to FALSE, you can execute the zmbackup -f more than 1 time per day. The PID file is stored inside /opt/zimbra/log/zmbackup.pid. If this file exist, nobody can execute zmbackup -f/-i/-r/-d. The -l option can still be used.

Any problem, please, create an issue and/or send an e-mail for zmbackup@protonmail.com.

Release 1.0.2 is now LIVE

22 Mar 13:24
Compare
Choose a tag to compare

This version fix the following bugs reported:

  • Issue #18: Zmbackup does not execute the restore and return the following two errors:

    • "No backup found. Impossible to restore".
    • "-su: /etc/zmbkpose/zmbackup.conf: No such file or directory"
  • Issue #15: Zmbackup help has the information swapped:

    • "zmbackup [-r] [options] < mail > < session >" WRONG
    • "zmbackup [-r] [options] < session > < mail >" CORRECTLY

Any problem, please, create an issue and/or send an e-mail for zmbackup@protonmail.com.

Release 1.0.1 is now LIVE

14 Mar 01:20
Compare
Choose a tag to compare

This is just a new version patched against the issue #10, where the zmbackup hangs during the restore process and nothing happens.

Any problem, please, create a issue and/or send a e-mail for zmbackup@protonmail.com.

Release 1.0.0 is now LIVE

04 Mar 16:27
Compare
Choose a tag to compare

This is the first release of zmbackup that can be considered stable for use. This release fix the following bugs and implement the following functions:

  • zmbhousekeep for better backup rotation and garbage files - configured in zmbackup.conf;
  • more information show in zmbackup -l;
  • zmbackup configured by default in /etc/cron.d/zmbackup.cron

Any problem, please, create a issue and/or send a e-mail for zmbackup@protonmail.com.

Release 1.0.0-RC2 is now LIVE

18 Feb 19:13
Compare
Choose a tag to compare
Pre-release

This is the second release of zmbackup that can be considered stable for use. If any new feature don't pop up during two or more weeks after this release, the next one will be the 1.0.0 stable. This release fix the following bugs:

  • Poor temporary file management;
  • Zmbackup hangs if part of the options aren't selected;
  • Help now shows if you select wrong options;
  • Zmbackup crash if the zmbackup.conf doesn't exist;
  • Improvement in the function that should do the LDAP backup part;
  • Parallel contract should be included with the project.

And the following features are created:

  • zmbackup_wizard to install and update the script;
  • zmbackup.conf with better descriptions;
  • Backup alias.

Any problem, please, create a issue and/or send a e-mail for zmbackup@protonmail.com.

Release 1.0.0-RC is now LIVE

12 Feb 16:10
Compare
Choose a tag to compare
Pre-release

This is the first release of zmbackup that can be considered stable for use. For this first release, the following functions are completed:

  • Full and Incremental backup for one, multiple or all accounts and distribution lists;
  • Restore for one, multiple, or all accounts and distribution lists;
  • Restore on account;
  • Delete backup by session;
  • List sessions with more informations;
  • Backup and restore activity more quickly than zmbkpose.

More functions are planned for zmbackup in future.

Any problem, please, create a issue and send a e-mail for zmbackup@protonmail.com.