mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #26] CRITICAL - Zmbackup does a full backup of all the accounts if a full backup does not exist when use incremental backup option #16
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#16
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 @lucascbeyeler on GitHub (Apr 13, 2017).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/26
Originally assigned to: @lucascbeyeler on GitHub.
There is a error inside the logic behind the Incremental Backup, where if no full backup exist, one should be done. But it does a full backup of all accounts, not only the asked one. The correct behavior is check if the account that should be made an incremental backup has a full backup, if not do an incremental in place.
@lucascbeyeler commented on GitHub (Apr 14, 2017):
FIXED IN BRANCH DEV