Comparing two images without Winmerge decompressing the contents #2651
Unanswered
phytonikos
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have used Clonezilla to make images of a disk drive for backup, uploading the image to the cloud. I am using Winmerge here to check the integrity of the cloud-uploaded image against the local one.
Clonezilla saves the disk image in a folder, containing numerous very small files and then the large .img file. When I compare the two folders (cloud-uploaded and local), the collections of files are read as identical, including the .imgs. However, when I try to compare those .img files independently from the folders, Winmerge attempts to extract them to a temp folder before comparing them.
Though the images aren't huge (~135 GB), the extracted versions that wind up in the Winmerge temp folder (I'm guessing here) correspond to the size of the disk cloned, which is 2TB. While running the comparison (extracting phase) the hard drive where Winmerge is fills up to the maximum and then Winmerge alerts that there is no more space available on the disk.
What is the way to compare the data of the compressed images without Winmerge automatically extracting them? Is there a method besides including them both as contents of a folder that includes additional files?
Beta Was this translation helpful? Give feedback.
All reactions