How to compare 2 volumes and list modified files?

后端 未结 5 1173
遇见更好的自我
遇见更好的自我 2021-01-14 11:21

I have 2 hard-disk volumes(one is a backup image of the other), I want to compare the volumes and list all the modified files, so that the user can select the ones he/she wa

5条回答
  •  日久生厌
    2021-01-14 11:27

    Assuming you're not comparing each file on the new volume to every file in the snapshot, that's the only way you can do it. How are you going to find which files aren't modified without looking at all of them?

提交回复
热议问题