mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #10] CRITICAL - Restore backups hangs during the execution #8
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#8
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 (Mar 13, 2017).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/10
Originally assigned to: @lucascbeyeler on GitHub.
Reported by: kharinva@****.com
When you try to execute the restore, the process hangs and nothing happens.
Motive: the functions create_temp was not called by none of the restore activities, and all these functions open the file $TEMPACCOUNT to know which account should be restored.
@lucascbeyeler commented on GitHub (Mar 14, 2017):
FIXED