backup-vm
backup-vm copied to clipboard
Fixes json compatibily with newer Borg versions
Newer borg versions finishes with this line:
{'time': 1663756290.4533155, 'type': 'archive_progress', 'finished': True}
This causes backup-vm to throw an exception. The pull request makes the code understand the json correctly.