-
-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing two media dumps
Natalia Portillo edited this page Dec 18, 2017
·
7 revisions
This operation will compare two media dumps and print all differences between them. Dumps can be in different formats.
DiscImageChef verify --input1=<dump1> --input2=<dump2> -v [true/false] -d [true/false]
--input1=<dump1>
path to the first media dump image
--input2=<dump2>
path to the second media dump image
-v, --verbose=[true/false]
shows verbose output (default false)
-d, --debug=[true/false]
shows debug output (default false)
DiscImageChef compare --input1=mydisc.cue --input2=anotherdisc.mds
FreeBSD | Yes |
macOS | Yes |
Linux | Yes |
Windows | Yes |