2017-12-18 21:10:44 +00:00
==Command description==
2020-02-29 13:33:37 -07:00
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in [[Filesystems-recognized-by-Aaru|supported filesystems]]
2017-12-18 21:10:44 +00:00
==Command usage==
2020-02-29 13:01:32 -07:00
<code>Aaru extract-files -d [true/false] -e [encoding] -i <dump> -o <output> -v [true/false] -x [true/false]</code>
2017-12-18 21:10:44 +00:00
2018-06-24 12:36:04 +01:00
<code>-d, --debug=[true/false]</code> shows debug output ''(default false)''<br />
<code>-e, --encoding=[encoding]</code> sets which encoding is used by the contents of the media dump ''(default varies by filesystem)''<br />
2017-12-18 21:10:44 +00:00
<code>-i, --input=<dump></code> path to the media dump image<br />
<code>-o, --output=<output></code> directory where extracted file will be created. Must NOT exist.<br />
<code>-v, --verbose=[true/false]</code> shows verbose output ''(default false)''<br />
<code>-x, --xattrs=[true/false]</code> extract extended attributes if present ''(default false)''<br />
==Example==
2020-02-29 13:01:32 -07:00
<code>Aaru extract-files -i mydisc.cue -o contents -x -e iso8859-15</code>
2017-12-18 21:10:44 +00:00
==Operating system support==
{|
| FreeBSD
| Yes
|-
| macOS
| Yes
|-
| Linux
| Yes
|-
| Windows
| Yes
2020-02-29 13:01:32 -07:00
|}