M
MoshiachNow
Hi,
My code is :
my $zip = Archive::Zip->new();
$zip->addFile("Updates.txt");
$zip->writeToFileNamed($NAME1);
However - If I'm zipping huge (20GB) database files into the zip - how
and when should I write (writeToFileNamed) this zip file?I beleive
Windows will not be able to keep this huge info in the memory...
Thanks
My code is :
my $zip = Archive::Zip->new();
$zip->addFile("Updates.txt");
$zip->writeToFileNamed($NAME1);
However - If I'm zipping huge (20GB) database files into the zip - how
and when should I write (writeToFileNamed) this zip file?I beleive
Windows will not be able to keep this huge info in the memory...
Thanks