-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore is not working and giving token is 0 error #61
Comments
Hi, looks like the same problem like I have: #54 |
Yep, looks like exact issue. I am not seeing any work around to manually restore this VMs till a fix is in the code. Anyone any idea how to restore? |
How are you trying to restore it? |
Yes I am. I also tried to assemble, neither worked. Version 0.21 however works as it always had been. For the time being I am backing up everything again from scratch using ver 0.2.1. At this moment the backup done with 0.2.5 is no good if i cannot restore it. |
Not trying to pester or anything, but any update on this issue? Restoring backups still remained impossible. |
update the regex on lines 1168 and 1194 with this regex='^([0-9]+)([a-zA-Z0-9_-]+).(.).(diff|img).?(.)?' |
which version? |
0.2.5-renew, I just grabbed the latest one
…On Thu, Aug 13, 2020 at 11:43 AM Daniele Corsini ***@***.***> wrote:
which version?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5LXKJ6TQ3Z7AVWMJMK6JTSAQC35ANCNFSM4N5X2I5A>
.
|
Please test new version |
I'm having this issue on version 0.2.6 too. I've tried without recreating a VM of the same ID & with creating a VM of the same ID.
No disk image is restored to the Ceph storage in any case. Any help appreciated! |
This should be fixed in #73 |
I had trouble with the newer regex as well so I went back to 0.2.5 with:
declare -r renum='^[0-9]+$'
declare -r retime='([0-9]+)([d,w])$'
#declare -r reimg='^.*\/([0-9]+)([a-zA-Z0-9_-]+)\.(.*)\.(diff|img).?(.*)?'
### REMOVED BY AY
declare -r reimg='^([0-9]+)([a-zA-Z0-9_-]+)\.(.*)\.(diff|img).?(.*)?'
### ADDED BY AY
declare -r
redateex='^([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})$'
sorry...
…On Sat, Sep 26, 2020 at 12:47 PM mrtwister76 ***@***.***> wrote:
This should be fixed in #73
<#73>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5LXKJXAKJBM3RQM7VM7BTSHYLJ3ANCNFSM4N5X2I5A>
.
|
I am trying to restore a VM that was backed up with eve4pve-barc. Whenever I try to restore it ends up with following error:
I did the delete the VM from Proxmox. Does the VM need to be present for me to restore?
The text was updated successfully, but these errors were encountered: