-
-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing two media dumps
SilasLaspada edited this page Aug 15, 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 [options] <image-path1> <image-path2>
<image-path1>
First media image path
<image-path2>
Second media image path
-v, --verbose=[true/false]
shows verbose output (default false)
-d, --debug=[true/false]
shows debug output (default false)
--pause=[true/false]
pauses before exiting. (default false)
-?, -h, --help=[true/false]
show help and usage information (default false)
Aaru image compare mydisc.cue anotherdisc.mds
FreeBSD | Yes |
macOS | Yes |
Linux | Yes |
Windows | Yes |