mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #107] Restore command raise a exception with mailbox bigger than 2GB #84
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#84
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 @ibirisol on GitHub (Jul 11, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/107
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE
ENVIRONMENT VERSION
SUMMARY
When I try to restore a mailbox bigger than 2GB with zmbackup the httpie raises:
I found a similar bug in [1-2]. A workaround made by [1] changed httpie by curl.
[1]
gitlab.esss.lu.se/ics-infrastructure/ics-shared-gitlab-ci-functions@bb283ec700[2] https://github.com/requests/requests/issues/2717
STEPS TO REPRODUCE
ACTUAL RESULTS
@ibirisol commented on GitHub (Jul 13, 2018):
In pull request #108 I send a modification suggestion.
@ibirisol commented on GitHub (Jul 13, 2018):
Hi Lucas, how could I help you with this bug? Are You with a tool name in your mind? Or you will fix HTTPie?
@vladT0 commented on GitHub (Sep 24, 2019):
@ibirisol : Hi ! I have made myself changes in scripts. Now zmbackup tool is working with "curl" and I have no this 2GB limitation. The big second advantage, tool is working for old ubuntu versions, such as 12.04 (where httpie was not presented ) and I have managed to backup mail server on it and restore to latest version. I can share my changes.
@cleitonrnovotni commented on GitHub (Sep 25, 2019):
Hello, good night, could you share your code with me? I am encountering the same problem when trying to restore mailbox backups here, thanks.
@vladT0 commented on GitHub (Sep 25, 2019):
Hi !
File ParallelAction.sh:
File RestoreAction.sh: