Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #104079 > unrolled thread

Re: creating zipfile with symlinks

Started byMichael Torrie <torriem@gmail.com>
First post2016-03-04 21:45 -0700
Last post2016-03-04 21:45 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: creating zipfile with symlinks Michael Torrie <torriem@gmail.com> - 2016-03-04 21:45 -0700

#104079 — Re: creating zipfile with symlinks

FromMichael Torrie <torriem@gmail.com>
Date2016-03-04 21:45 -0700
SubjectRe: creating zipfile with symlinks
Message-ID<mailman.216.1457153138.20602.python-list@python.org>
On 03/04/2016 05:18 AM, Larry Martell wrote:
> Unfortunately very slow - around 8 minutes to zip a 7GB dir using the
> command line zip vs. 13 seconds with the python zipfile module.

And likely Python's zipfile is just giving up and storing the file
without compression.  What does unzip -v say about the compression on
the zip file you made with zipfile.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web