UPDATE:
Here is what I am trying:
I want to verify the backup integrity of one of my users on the server side.
I have created an empty repository and done a duplicacy init command to add this new empty repository to the storage.
Next I have done duplicacy -check -all and sure enough- all the snapshots are quickly listed and no missing chunks are reported
Now I wish to check that each chunk is valid… so I think what this means is that the chunk needs to be downloaded and a new hash calculated and compared to the chunks filename which as I understand it… is the chunk hash. Is this right?
So I have run duplicacy -check -all -files to do this
After entering the storage password I see
“Listing all chunks” and then nothing seems to be happening.
Am I doing something wrong?
Thanks!!!