[PR #48] [MERGED] Zmbackup Beta 4 New Release #175

Closed
opened 2026-02-27 08:14:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lucascbeyeler/zmbackup/pull/48
Author: @lucascbeyeler
Created: 9/3/2017
Status: Merged
Merged: 9/3/2017
Merged by: @lucascbeyeler

Base: betaHead: dev


📝 Commits (10+)

  • 3771500 Including better description of the Migration process
  • f88441c Merge branch 'dev' of github.com:lucascbeyeler/zmbackup into dev
  • b38d0e7 Bugfix - Sessions.sqlite3 not being created
  • 1c335a4 List sessions now can use sqlite3
  • 0277060 Including a force upgrade option
  • 9faaad7 Including a force upgrade option
  • 829a1e5 Including a force upgrade option
  • 02ec9c8 Including more description about the start and ending of a backup
  • 40e6b1a Fixing the zmbackup -l prints
  • 9d13eb7 Fixing the zmbackup -l prints

📊 Changes

16 files changed (+194 additions, -88 deletions)

View changed files

📝 README.md (+8 -4)
📝 install.sh (+1 -2)
📝 installScript/check.sh (+1 -1)
📝 installScript/deploy.sh (+17 -3)
📝 installScript/menu.sh (+5 -2)
📝 installScript/vars.sh (+11 -11)
📝 project/lib/bash/BackupAction.sh (+37 -7)
📝 project/lib/bash/DeleteAction.sh (+26 -11)
📝 project/lib/bash/HelpAction.sh (+13 -13)
📝 project/lib/bash/ListAction.sh (+5 -1)
📝 project/lib/bash/MigrationAction.sh (+6 -6)
📝 project/lib/bash/MiscAction.sh (+42 -3)
📝 project/lib/bash/NotifyAction.sh (+4 -1)
📝 project/lib/bash/RestoreAction.sh (+14 -6)
📝 project/lib/sqlite3/database.sql (+3 -16)
📝 project/zmbackup (+1 -1)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lucascbeyeler/zmbackup/pull/48 **Author:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Created:** 9/3/2017 **Status:** ✅ Merged **Merged:** 9/3/2017 **Merged by:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Base:** `beta` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3771500`](https://github.com/lucascbeyeler/zmbackup/commit/37715005a6a086fedf845977774fd45c4ab0c217) Including better description of the Migration process - [`f88441c`](https://github.com/lucascbeyeler/zmbackup/commit/f88441cdbf2737fdc25fd73f83e1f89476d0efe8) Merge branch 'dev' of github.com:lucascbeyeler/zmbackup into dev - [`b38d0e7`](https://github.com/lucascbeyeler/zmbackup/commit/b38d0e7209f423d4250e404e288b67a93efba722) Bugfix - Sessions.sqlite3 not being created - [`1c335a4`](https://github.com/lucascbeyeler/zmbackup/commit/1c335a466421521ecff3345a3f353145412beb27) List sessions now can use sqlite3 - [`0277060`](https://github.com/lucascbeyeler/zmbackup/commit/02770604f33230e2ce0ce5c2b8011b7486f4c954) Including a force upgrade option - [`9faaad7`](https://github.com/lucascbeyeler/zmbackup/commit/9faaad7dfbb61c7deda6301b11a583a5e0398224) Including a force upgrade option - [`829a1e5`](https://github.com/lucascbeyeler/zmbackup/commit/829a1e5651f463265725c1daaade9470f25d82a0) Including a force upgrade option - [`02ec9c8`](https://github.com/lucascbeyeler/zmbackup/commit/02ec9c8ce792503ac874e616a770d4de8aea5b74) Including more description about the start and ending of a backup - [`40e6b1a`](https://github.com/lucascbeyeler/zmbackup/commit/40e6b1a28005d92f3f3cae4a47f058d68314f761) Fixing the zmbackup -l prints - [`9d13eb7`](https://github.com/lucascbeyeler/zmbackup/commit/9d13eb70de69384289e27daa6ed89196269f7c99) Fixing the zmbackup -l prints ### 📊 Changes **16 files changed** (+194 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -4) 📝 `install.sh` (+1 -2) 📝 `installScript/check.sh` (+1 -1) 📝 `installScript/deploy.sh` (+17 -3) 📝 `installScript/menu.sh` (+5 -2) 📝 `installScript/vars.sh` (+11 -11) 📝 `project/lib/bash/BackupAction.sh` (+37 -7) 📝 `project/lib/bash/DeleteAction.sh` (+26 -11) 📝 `project/lib/bash/HelpAction.sh` (+13 -13) 📝 `project/lib/bash/ListAction.sh` (+5 -1) 📝 `project/lib/bash/MigrationAction.sh` (+6 -6) 📝 `project/lib/bash/MiscAction.sh` (+42 -3) 📝 `project/lib/bash/NotifyAction.sh` (+4 -1) 📝 `project/lib/bash/RestoreAction.sh` (+14 -6) 📝 `project/lib/sqlite3/database.sql` (+3 -16) 📝 `project/zmbackup` (+1 -1) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:14:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#175
No description provided.