mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
==Command description==
|
|
This operation will analyze and find all filesystems in a media dump and extract the files that are contained in [[Filesystems-recognized-by-Aaru.md|supported filesystems]].
|
|
|
|
==Command usage==
|
|
<code>Aaru -d [true/false] -v [true/false] filesystem extract -h [true/false] -e [encoding] -O <options> -x [true/false] -n <namespace></code>
|
|
|
|
<code>-d, --debug [true/false]</code> shows debug output ''(default false)''<br />
|
|
<code>-v, --verbose [true/false]</code> shows verbose output ''(default false)''<br />
|
|
<code>-h, --help [true/false]</code> shows help screen for the command instead of running it, ignores all other switches ''(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 />
|
|
<code>-O, --options <options></code> specifies comma separated name=value pairs of options to pass to output filesystem plugin<br />
|
|
<code>-x, --xattrs [true/false]</code> extracts extended attributes if present ''(default false)''<br />
|
|
<code>-n, --namespace <namespace></code> specifies namespace to use for filenames<br />
|
|
|
|
==Example==
|
|
<code>Aaru extract-files -x -e iso8859-15 mydisc.cue contents</code>
|
|
|
|
==Operating system support==
|
|
{|
|
|
| FreeBSD
|
|
| Yes
|
|
|-
|
|
| macOS
|
|
| Yes
|
|
|-
|
|
| Linux
|
|
| Yes
|
|
|-
|
|
| Windows
|
|
| Yes
|
|
|}
|