|
|
Attenzione!Sembra che un programma di rimozione della pubblicità come AdBlock sia attivo. CoolSoft si accontenta di un paio di banner non fastidiosi e nessun popup. Grazie per l'aiuto. |
![]() |
AutoZIP
AutoZIP is a compression utility witch allows to compress a single file in a ZIP archive.
After compression, AutoZIP sets creation, last access and last changed date as the same values of the source file.
It comes in two flavours: Graphical (GUI) for one-shot file compression and CommandLine (CLI) for use in automated scripts/batch.
AutoZIP could be used to compress highly compressible and daily files, like SQLServer backups or Apache/IIS logs.
Running AutoZIP on these files:
20041225.log
20041226.log
20041227.log
it creates these ZIP archives:
20041225.log.zip
20041226.log.zip
20041227.log.zip
A SQLServer .BAK file is frequently compressed to 50% of original size, while Apache/IIS logs compression could reach 80%.
AutoZIP archives pros:
- each archive contains a single file; this keeps simple to find a file in case of resume
- archive has the same creation date of contained file, allowing to order them by date;
AutoZIP could also:
- be used in batch files/scripts (CLI version only)
- compress a series of files using wildchars (eg. *.BAK)
- automatically delete source files after compression;
Credits:
My thanks to icsharpcode.net guys for their great #ziplib library.
Click here to download.


