mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[PR #112] [MERGED] Some adjusts #185
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-version← Head:1.2-version📝 Commits (8)
07a11dd[FIX] Adjust curl parameters user, password and auth-no-challenge83f902c[FIX] some server return IP Address under '(' and ')' - removed these charactersdc3fd21[FIX]2cdc751[FIX] return right IP address and FQDN9979dc2[FIX] Change OSE_INSTALL_FQDN to OSE_INSTALL_DOMAINfdeb3ed[FIX] Adjust ZMBKP_MAIL_SENDERf6ed680[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.