mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #122] zmbackup not starting #92
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#92
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?
Originally created by @MKReddy-git on GitHub (Nov 9, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/122
Originally assigned to: @ananiasfilho on GitHub.
zmbackup 1.2-version installed succesfully
But when i do zmbackup -v i get error
Mailbox Admin Service is Down or Unavailable - See the logs for more information .
Some errors are found inside the config file. Please fix then and try again late
All my services are running:
amavis Running
antispam Running
antivirus Running
dnscache Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
opendkim Running
proxy Running
service webapp Running
snmp Running
spell Running
stats Running
zimbra webapp Running
zimbraAdmin webapp Running
zimlet webapp Running
zmconfigd Running
@vadonka commented on GitHub (Nov 19, 2018):
I have the same issue. zmbackup -f -a user@domain.tld is working but only a few MB data saved then the backup quit. It seems the newest zimbra patch's broke this.
@ananiasfilho commented on GitHub (Jul 26, 2019):
I got a issue like this. The problem was: this server has proxy set.
so, check this:
export|grep -i proxy
if you get return like this:
http_proxy="http://172.16.0.1:808"
then, you have proxy.
to solve:
create a new file as root user:
echo "use_proxy=no" > /opt/zimbra/.wgetrc
now try run zmbackup.
su - zimbra
zmbackup -l
zmbackup -v
zmbackup -f
if it not solve, please, provide us more details about your environment.