Hello - prune and check fail on the B2 copy of local storage. Here is a sample log entry:
2023-05-15 20:42:19.069 WARN DOWNLOAD_FOSSIL Chunk 056177f4bf85bdfa7bff515bc48026c81a3be53f02f8af4e6f29a08866255dae is a fossil
2023-05-15 20:51:47.819 ERROR DOWNLOAD_CHUNK Failed to download the chunk 056177f4bf85bdfa7bff515bc48026c81a3be53f02f8af4e6f29a08866255dae: URL request ‘https://f000.backblazeb2.com/file/SPS-Duplicacy-Backup/chunks/05/6177f4bf85bdfa7bff515bc48026c81a3be53f02f8af4e6f29a08866255dae.fsl’ returned 404 File with such name does not exist.
Failed to download the chunk 056177f4bf85bdfa7bff515bc48026c81a3be53f02f8af4e6f29a08866255dae: URL request ‘https://f000.backblazeb2.com/file/SPS-Duplicacy-Backup/chunks/05/6177f4bf85bdfa7bff515bc48026c81a3be53f02f8af4e6f29a08866255dae.fsl’ returned 404 File with such name does not exist.
The chunk exists on B2, but without the fsl extension. There are two versions of the chunk on B2. The most recent is a zero length hidden file (so it has no native or friendly urls). The previous version is non-zero, but has no friendly url (B2 says “new version”). So it is understandable that when duplicacy asks for the chuck with an .fsl extension, the call fails.
The following post may be related.
https://forum.duplicacy.com/t/error-finding-fsl-on-b2/7470
I’m using the web version. CLI is version 3.1.0. What can I do to correct this? If fixing this requires the commit mentioned in the linked post, how can I get the release? I’m not really up to compiling a custom version of the CLI.
Thanks!
Jeff