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.
This commit is contained in:
parent
4c6cfb9eec
commit
fe273a4e09
1 changed files with 1 additions and 2 deletions
|
@ -103,8 +103,7 @@ todo:
|
|||
- re-implement zip support using native zipfile module
|
||||
notes:
|
||||
- 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
|
||||
- detects type of archive automatically
|
||||
- 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)
|
||||
- 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
|
||||
- existing files/directories in the destination which are not in the archive
|
||||
|
|
Loading…
Reference in a new issue