I have a repository with two encrypted storages set up. I can’t recall if I configured the second storage (via add
) with -bit-identical
. Based off reading the documentation here, it sounds like bit-identical
storage would have the same config keys.
I run duplicacy -d list -storage storage_a
and duplicacy -d list -storage storage_b
. With this, I see they list the same exact values for average/min/max chunk size as well as the same chunk seed and Hash/ID keys. I don’t see a file key listed. Is this enough to confirm that the two storages are bit-identical for this repository?