From d4a9e54f266a7e99264d43dba827de65cfd84deb Mon Sep 17 00:00:00 2001 From: Dylan Martin Date: Mon, 21 Oct 2013 15:30:22 -0500 Subject: [PATCH] better docs --- files/unarchive | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/files/unarchive b/files/unarchive index 72929f7589f..bed545c528f 100644 --- a/files/unarchive +++ b/files/unarchive @@ -114,11 +114,16 @@ options: required: true default: null author: Dylan Martin +todo: + - detect changed/unchanged for .zip files + - handle common unarchive args, like preserve owner/timestamp etc... notes: - - requires tar command on host - - can handle gzip, bzip2 and xz compressed as well as uncompressed + - requires tar/unzip command on host + - can handle gzip, bzip2 and xz compressed as well as uncompressed tar files + - detects type of archive automatically - uses tar's --diff arg to calculate if changed or not. If this arg is not supported, it will always unpack the archive + - does not detect if a .zip file is different from destination - always unzips - existing files/directories in the destination which are not in the archvie are not touched. This is the same behavior as a normal archive extraction - existing files/directories in the destination which are not in the archvie