Improve the documentation (#4385)
Improvements to make it more clear that pure compressed files (.gz, .bz2 and .xz) files are not supported. This improves on #3241.pull/4420/head
parent
4c6cfb9eec
commit
fe273a4e09
|
@ -103,8 +103,7 @@ todo:
|
||||||
- re-implement zip support using native zipfile module
|
- re-implement zip support using native zipfile module
|
||||||
notes:
|
notes:
|
||||||
- requires C(gtar)/C(unzip) command on target host
|
- requires C(gtar)/C(unzip) command on target host
|
||||||
- can handle I(gzip), I(bzip2) and I(xz) compressed as well as uncompressed tar files
|
- can handle I(.zip) files using C(unzip) as well as I(.tar), I(.tar.gz), I(.tar.bz2) and I(.tar.xz) files using C(gtar)
|
||||||
- detects type of archive automatically
|
|
||||||
- uses gtar's C(--diff arg) to calculate if changed or not. If this C(arg) is not
|
- uses gtar's C(--diff arg) to calculate if changed or not. If this C(arg) is not
|
||||||
supported, it will always unpack the archive
|
supported, it will always unpack the archive
|
||||||
- existing files/directories in the destination which are not in the archive
|
- existing files/directories in the destination which are not in the archive
|
||||||
|
|
Loading…
Reference in New Issue