1PYCDLIB-EXTRACT-FILES(1) General Commands Manual PYCDLIB-EXTRACT-FILES(1)
2
3
4
6 pycdlib-extract-files - tool to extract files from an ISO using pycdlib
7
8
10 pycdlib-extract-files [OPTIONS] <iso-file>
11
12
14 This is a tool to extract files from an existing ISO file. Using this
15 tool, the files and directories on an ISO can be extracted to the local
16 filesystem.
17
18
20 -path-type [auto,iso9660,rockridge,joliet,udf]
21 Specifies the path name convention to use while extracting the
22 files. If the ISO to be extracted doesn't contain the path type
23 specified, an error is thrown. If not specified, defaults to
24 auto, which first tries to extract files via the UDF path, then
25 the Rock Ridge path, then the Joliet path, and finally falls
26 back to the ISO9660 path if all else fails. Once one path type
27 succeeds, all files will be extracted as that path type, and
28 then pycdlib-extract-files will quit.
29
30 -start-path <pathname>
31 The ISO path to start extracting from, specified in a Unix like
32 path (something like "/foo/bar"). If not specified, extraction
33 starts from the root of the ISO (equivalent to specifying "/").
34 The starting path must be a directory on the ISO. If -path-type
35 is not specified, the path is an ISO9660 style path. If
36 -path-type is specified, the start path specified here must be
37 of that particular type.
38
39 -extract-to <destpath>
40 The local directory to extract the data to. The "destpath" must
41 exist and must be a directory, or an error will be thrown. If
42 not specified, pycdlib-extract-files will extract the files to
43 the current directory.
44
45
47 pycdlib-explorer(1), pycdlib-genisoimage(1)
48
49
51 Chris Lalancette <clalancette@gmail.com>
52
53
54
55pycdlib-extract-files Sep 2018 PYCDLIB-EXTRACT-FILES(1)