-
Notifications
You must be signed in to change notification settings - Fork 57
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-completed failing for version 0 journals #114
Comments
hm, that's weird! I am sure I tested all variants. |
I can send you the journal file if it would be helpful. |
Yes, would be helpful - email is vs at vs-dev dot com |
@vsespb I'm having the same issue as this and I'm using a journal that I generated using the retrieve/download Inventory. |
@vsespb like @AllaDounia I'm too having the same problem using journal generated with the retrieve/download inventory commands. I'll try to look in how @streber42 fixed the issue, but with there is any news would appreciate that.
The message that I received when trying the restore-completed. |
I was trying to restore my files with a version 0 journal and I'd get this error:
UNEXPECTED ERROR (parent): at /usr/share/perl5/App/MtAws/QueueJob/Download.pm line 43.
which I was able to track down to mtime being set to undef for Version 0 journal entries.
So I hacked Journal.pm to set mtime to $time+0 and it works now. Not sure what the proper fix would be.
It also failed for a restored inventory that was version B since that was also setting mtime to undef.
The text was updated successfully, but these errors were encountered: