in reply to Archive::ZIP - Zip selection of files
@files = $zip->addTree( "$zippath" );
$zip->addTree( $root, $dest [, $pred, $compressionLevel ] ) -- Add tre +e of files to a zip
Maybe you want to use the select predicate as documented in Archive::Zip? Or just leave that line out?
Also, personally, I would run the archival in the background and then send the user an email on completion instead of repeatedly trying to run a script, which can fail half-way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Archive::ZIP - Zip selection of files
by Anonymous Monk on Apr 10, 2015 at 09:21 UTC | |
by Corion (Patriarch) on Apr 10, 2015 at 09:22 UTC | |
by gmaniac (Initiate) on Apr 10, 2015 at 09:42 UTC | |
by Corion (Patriarch) on Apr 10, 2015 at 09:46 UTC | |
by gmaniac (Initiate) on Apr 10, 2015 at 10:06 UTC | |
|