Closed mikewzr closed 9 months ago
Thanks for the bug report!
I tested, it is surprising as nothing outside of the tar
packager sets the "compression" option. I tested on a hypervisor and I couldn't replicate this behavior.
However, I made the constructor of each packager more resilient to that, so even if a json contains some unexpected fields, they'll be ignored instead of failing.
Ya, don't know either. Especially, as the finished ones also don't have the "compression" option.
Anyway, thanks for the rapid resolution!
I recently switch to zstd as compression, which work fine until a backup did not finish. Now when starting the
clean
command, it fails with following error:I assume that it has something to do with the JSON files (or the .pending files) as these have a the compression keyword in them, which normally isn't used with zstd. This is a snippet from one of the JSON file, which did not finish:
The finished ones look like this: