mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #100] Fresh install: Can't perform a full/incremental backup #76
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#76
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 @rvargasg on GitHub (May 22, 2018).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/100
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE
ENVIRONMENT VERSION
SUMMARY
After installing, nothing happends. It's says "nothing to do"
STEPS TO REPRODUCE
After a clean installation I try to run both the full and incremental copy with the command zmbackup -f or zmbackup -i.
I've tried to do a --force, but nothing happends. But if I make a individual backup is made correctly.
ACTUAL RESULTS
zmbackup -f
WARN: account1@email.com already has backup today. Nothing to do.
WARN: account2@email.com already has backup today. Nothing to do.
WARN: account3@email.com already has backup today. Nothing to do.
Nothing to do. Closing...
zmbackup -i
WARN: account1@email.com already has backup today. Nothing to do.
WARN: account2@email.com already has backup today. Nothing to do.
WARN: account3@email.com already has backup today. Nothing to do.
Nothing to do. Closing...
@tdemeter commented on GitHub (Jul 16, 2018):
I have exactly same problem. It was fresh install. Before 1.2, I do use this backup,but from 1.2.2 does not.
What can I do?
@lucascbeyeler commented on GitHub (Jul 16, 2018):
@tdemeter,
The release 1.2.2 does not exist yet... If you see there is a tag saying "Unstable" in red in the begining of the site :)
The latest stable version is 1.2.1.
Regards,
Lucas Costa Beyeler
@rvargasg commented on GitHub (Jul 17, 2018):
I'm sorry, but I didn't realize it. Thank you!