when TAR_GZIP flag is used extension becomes .gz instead of .tar.gz
phaul - September 25, 2009 - 22:06
| Project: | Tar - Archiver / Download Utility |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs work |
Description
In UNIX world .gz means a gzip compressed file (without tar). A compressed tarball should be .tar.gz.

#1
this fixes the filename, also adds a new flag for creating tarballs without the path starting from drupalroot upto the files directory.
#2
Works as advertised. Thanks for the patch.