mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #45] incremental backup issue #25
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#25
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 @low-tony on GitHub (Aug 15, 2017).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/45
Originally assigned to: @lucascbeyeler on GitHub.
Hello, first of all thanks for the script.
My zimbra version - Release 8.7.11_GA_1854.RHEL7_64_20170531151956 RHEL7_64 FOSS edition.
I ran into strange thing - with total mailbox size 32gb increment backup lasts more than 3 days.
SESSION: inc-20170811020001 started on Fri Aug 11 02:00:03 EEST 2017
SESSION: inc-20170811020001 completed in Mon Aug 14 15:42:11 EEST 2017
At the same time full backup lasts half an hour.
Is it normal?
@lucascbeyeler commented on GitHub (Aug 15, 2017):
Hi @lowlowtony,
No, this not normal. If you try again the same process, the bug occurs? Can you check the size of the incremental and see if it is lower than the full backup? This is installed in the same server your Zimbra is?
Can you check the resource of your machine at that moment? Maybe some process consumed all the CPU during the weekend, maybe even the Zmbackup is the culprit. Try modifing the MAX_PARALLEL_PROCESS inside /etc/zmbackup/zmbackup.conf to something lower and try again.
Another thing, can you tell me the version of your Zmbackup? Just run "zmbackup -v"
Thanks for your support and have a nice week!
Regards,
Lucas Costa Beyeler
@low-tony commented on GitHub (Aug 15, 2017):
Thanks.
@low-tony commented on GitHub (Aug 19, 2017):
Okay. Nothing changes. Increment backup lasts few days.
Furthermore i installed new zimbra server for our new client. Mailbox size - 10gb, zmbackup version: 1.1.6, MAX_PARALLEL_PROCESS = 1, zimbra version - 8.7.11, increment backup still working after 9 hours.
@lucascbeyeler commented on GitHub (Sep 4, 2017):
@lowlowtony , good evening. Sorry for the long delay to answer you. I made some modifications inside Zmbackup to kill wget after 5 seconds if the connection doesn't work.
Another thing I want to ask about the incremental: did you try use localhost (127.0.0.1) as MAILHOST inside zmbackup.conf? How many accounts are you trying backing up?
I'm trying to simulate your problem, but in none of my tests the zmbackup -i take long time to run. Can you show me the command you are using to do the incremental?
Regards,
Lucas Costa Beyeler
@lucascbeyeler commented on GitHub (Sep 26, 2017):
Hello @lowlowtony ,
I'm closing this issue, but you can reopen if you need. Remember to answer my questions before reopen.
Regards,
Lucas Costa Beyeler