I wrongly included a number of directories in my backup and so I deleted the first snapshot so as not to waste storage space. But this is what I got:
PS C:\> duplicacy prune -r 1
Storage set to P:\Backup\duplicacy\
Deleting snapshot PC_C at revision 1
The chunk fa032a705d77485e3bb723a6b4c70031fb317a3bb2108d1d4fd8dc2546bda4b1 referenced by snapshot PC_C revision 1 does not exist
The chunk e94da0eaa7348446db8b9e09110589e28cf4a5f7b6201675e96e794746451c34 referenced by snapshot PC_C revision 1 does not exist
The chunk db923a3b24bef6ebc5c5147444ab89f54ab93f6aa053616566b47f785b342c1d referenced by snapshot PC_C revision 1 does not exist
The chunk db5d3655f9540b6f237871514c3e4df8dabfb4882a4408e3b3e6531540774043 referenced by snapshot PC_C revision 1 does not exist
The chunk 00a4cb18ae8cd0a545478d3a712ce834e75a5e00f9c4362224b09bb2964908f2 referenced by snapshot PC_C revision 1 does not exist
The chunk 613ba29088a47433b6b087fce1f3b50b1267bc34d0fea49bfc766c41f49dcdd4 referenced by snapshot PC_C revision 1 does not exist
The chunk d578de0434934facca975f339d148d730d35bbc7fe1227564e721b78d19d6193 referenced by snapshot PC_C revision 1 does not exist
The chunk 1957ee5b96c1605d63a14f323f09af228e5ec1cab5086a68290a9050dbba9c6d referenced by snapshot PC_C revision 1 does not exist
The chunk 164946d9c06633c354859d205bb15387967bf336760f4aa00b5a5ce5bacd8102 referenced by snapshot PC_C revision 1 does not exist
The chunk 044371779e783dd993f79e1385b666f434f3485dd3064b1080019b8622c73d7a referenced by snapshot PC_C revision 1 does not exist
The chunk a53a7fd55951ab4f096a683ee9bda79593425c008df625e14d9f975eae14cfad referenced by snapshot PC_C revision 1 does not exist
The chunk a53a7fd55951ab4f096a683ee9bda79593425c008df625e14d9f975eae14cfad referenced by snapshot PC_C revision 1 does not exist
[...]
There were hundreds, if not thousands of missing chunks.
Doesn’t that mean that if I had relied on that first revision to restore something, chances are, it would not have been possible? Is this the kind of failure that duplicati’s database is supposed to protect against?