Hi, I have a folder hierarchy of about 260k files, I backed it up and then did an incremental; on backing it up the second time (for the incremental) the output showed that only 3 files have changed between revision 1 and revision 2.
However when I do a diff like
duplicacy diff -r 1 -r 2
it shows me around 8,000 files in the output, and they all look like the haven’t changed between the two lines for each file, size and date are the same; I ran diff on a couple of the specific files out of the 8k, and the output is empty, aka there are no difference, as expected. Why does the diff between the revisions show them then? I must be missing something on how this actually is supposed to work?
Also, side question - how on earth does duplicacy manage to do an incremental on 260k files in 23 seconds, whereas borg takes 7 minutes and restic takes 11 mins, and they’re all supposed to just go by metadata and not read actual file contents? Anybody familiar!
Thanks a bunch!