version: 1.1.8
Hi,
I just got an error during a restoration process (it was near the end of one drive if I saw it correctly).
Here's the info:
Traceback (most recent call last):
File "C:\Users\Andrew\PycharmProjects\AnyBackupSF\anybackup\common\threading.py", line 19, in run
File "C:\Users\Andrew\PycharmProjects\AnyBackupSF\anybackup\frames\anyframe.py", line 802, in threadedRestore
File "C:\Users\Andrew\PycharmProjects\AnyBackupSF\anybackup\backupmanager.py", line 1204, in restoreOldFiles
File "C:\Users\Andrew\PycharmProjects\AnyBackupSF\anybackup\backupmanager.py", line 1157, in restoreFiles
KeyError: (''Name'', ''Serial'')
Somewhere in the code there seems to be a hardcoded path to your home directory.
Regards,
Patrick
Those paths are just displayed because that's where I built the binary from, but this is definitely a bug related to the beta changes, I'll take a look.
Here's another beta with a couple of fixes:
https://drive.google.com/file/d/0BxmOb_XO2QKkVG1WemM3MS1xcFk/view?usp=sharing
This fixes the bug you hit and should also put restore performance on par with backup performance.
I'm restoring right now with the newest beta. I'll let you know once I've finished a couple disks if I've seen any other bugs.
Everything was working as expected, no further errors.
Thanks for the fix!