[PR #112] [MERGED] Some adjusts #185

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

📋 Pull Request Information

Original PR: https://github.com/lucascbeyeler/zmbackup/pull/112
Author: @ananiasfilho
Created: 9/20/2018
Status: Merged
Merged: 9/21/2018
Merged by: @lucascbeyeler

Base: 1.2-versionHead: 1.2-version


📝 Commits (8)

  • 07a11dd [FIX] Adjust curl parameters user, password and auth-no-challenge
  • 83f902c [FIX] some server return IP Address under '(' and ')' - removed these characters
  • dc3fd21 [FIX]
  • 2cdc751 [FIX] return right IP address and FQDN
  • 9979dc2 [FIX] Change OSE_INSTALL_FQDN to OSE_INSTALL_DOMAIN
  • fdeb3ed [FIX] Adjust ZMBKP_MAIL_SENDER
  • f6ed680 [FIX] Adjust $OSE_DEFAULT_BKP_DIR and set right permission.
  • c997a89 [FIX] Backup not run after install ZMBACKUP with SQLITE3 mode.

📊 Changes

3 files changed (+22 additions, -4 deletions)

View changed files

📝 installScript/deploy.sh (+12 -1)
📝 installScript/vars.sh (+2 -1)
📝 project/lib/bash/ParallelAction.sh (+8 -2)

📄 Description

We found some bugs using new zimbra 8.8.9.
wget options to download files (--http-user, --http-passwd, --auth-no-challenge)
FQDN/HOSTNAME - get full hostname of machine
IP ADDRESS of server - its return domain host ip instead hostname ip address.
Inlcude ZMBKP_MAIL_SENDER var to be included into zmbackup.conf


🔄 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/112 **Author:** [@ananiasfilho](https://github.com/ananiasfilho) **Created:** 9/20/2018 **Status:** ✅ Merged **Merged:** 9/21/2018 **Merged by:** [@lucascbeyeler](https://github.com/lucascbeyeler) **Base:** `1.2-version` ← **Head:** `1.2-version` --- ### 📝 Commits (8) - [`07a11dd`](https://github.com/lucascbeyeler/zmbackup/commit/07a11dd8cfb270eec54815f828664023cab81a97) [FIX] Adjust curl parameters user, password and auth-no-challenge - [`83f902c`](https://github.com/lucascbeyeler/zmbackup/commit/83f902c192a0435c4a924a1d544e7f4fb00bbdbf) [FIX] some server return IP Address under '(' and ')' - removed these characters - [`dc3fd21`](https://github.com/lucascbeyeler/zmbackup/commit/dc3fd21398dd3fc07b3a03e513ca3dcd9fb14c37) [FIX] - [`2cdc751`](https://github.com/lucascbeyeler/zmbackup/commit/2cdc751ee404f0f1fb6e28a4fef02349b052664d) [FIX] return right IP address and FQDN - [`9979dc2`](https://github.com/lucascbeyeler/zmbackup/commit/9979dc29deb58be7c40772260f1bb4e52d1608a6) [FIX] Change OSE_INSTALL_FQDN to OSE_INSTALL_DOMAIN - [`fdeb3ed`](https://github.com/lucascbeyeler/zmbackup/commit/fdeb3ed69f04043376618bccf90233ccbd4d292c) [FIX] Adjust ZMBKP_MAIL_SENDER - [`f6ed680`](https://github.com/lucascbeyeler/zmbackup/commit/f6ed680aba1bd3a31b916fed6f68d268c6c4d850) [FIX] Adjust $OSE_DEFAULT_BKP_DIR and set right permission. - [`c997a89`](https://github.com/lucascbeyeler/zmbackup/commit/c997a894cffc5aabc7801e9726f4586f558c8018) [FIX] Backup not run after install ZMBACKUP with SQLITE3 mode. ### 📊 Changes **3 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `installScript/deploy.sh` (+12 -1) 📝 `installScript/vars.sh` (+2 -1) 📝 `project/lib/bash/ParallelAction.sh` (+8 -2) </details> ### 📄 Description We found some bugs using new zimbra 8.8.9. wget options to download files (--http-user, --http-passwd, --auth-no-challenge) FQDN/HOSTNAME - get full hostname of machine IP ADDRESS of server - its return domain host ip instead hostname ip address. Inlcude ZMBKP_MAIL_SENDER var to be included into zmbackup.conf --- <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:48 +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#185
No description provided.