[GH-ISSUE #122] zmbackup not starting #92

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

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

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
kerem 2026-02-27 08:14:19 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@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.

<!-- gh-comment-id:439853173 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:515600631 --> @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.
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#92
No description provided.