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