Files
Aaru.Documentation/Comparing-two-media-dumps.mediawiki
2020-02-29 13:01:32 -07:00

29 lines
750 B
Plaintext

==Command description==
This operation will compare two media dumps and print all differences between them. Dumps can be in different formats.
==Command usage==
<code>Aaru verify -d [true/false] --input1=<dump1> --input2=<dump2> -v [true/false]</code>
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''
<code>--input1=<dump1></code> path to the first media dump image<br />
<code>--input2=<dump2></code> path to the second media dump image<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
==Example==
<code>Aaru compare --input1=mydisc.cue --input2=anotherdisc.mds</code>
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
|}