Howdy!
I’m currently running some local tests of Duplicity, one thing I observed is that if I remove a chunk file I get an error on the next backup. While I understand that this is a less than ideal situation, the reality is that periodically things happen and a file may be lost/damaged, especially in cloud-hosted environments where the storage is under control of a third party.
I’m glad that Duplicity noticed, but I was hoping that perhaps since the data was still available locally there would be some way to recover from this situation (possibly even just replacing the missing chunks on the fly).
Is there any way I could discover that a chunk file has gone missing in the real world, and if so, what would be my options to recover?
Would this situation stop me from restoring files (assuming that the files which rely on that chunk are gone forever, could I still restore other files)