This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Steve Barnes
Recipients Steve Barnes
Date 2017-08-11.08:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502439956.47.0.572068463872.issue31182@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to add to the command line of both tarfile and zipfile interface some additional options that I believe to be useful.

1. Wildcard filename matching for archiving
2. Recursive archiving (with excludes)
3. Append to archive option
4. Compression Selection
 4.1 For zipfile: zip64, bizp2 & lzma (if available)
 4.2 For tarfile: document that gz, xz & bz2 are there and determined by ext.
History
Date User Action Args
2017-08-11 08:25:56Steve Barnessetrecipients: + Steve Barnes
2017-08-11 08:25:56Steve Barnessetmessageid: <1502439956.47.0.572068463872.issue31182@psf.upfronthosting.co.za>
2017-08-11 08:25:56Steve Barneslinkissue31182 messages
2017-08-11 08:25:55Steve Barnescreate