zpaq
zpaq is a journaling, incremental, deduplicating archiver for Windows and Linux. "Journaling" means that when you update a file or directory, both the old and new versions are saved. You can extract from the archive as it existed at any time in the past. "Incremental", means that when you back up your entire hard drive, for example:
zpaq -add e:backup.zpaq c:\*
that only those files whose last-modified date has changed since the previous backup are added. For 100 GB of files, this typically takes 1-2 minutes, vs. a few hours to create the first version. "Deduplicating" means that identical files or fragments are stored only once to save time and space.
- Developed at Archiving
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/zpaq && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
zpaq.changes | 0000001678 1.64 KB | |
zpaq.spec | 0000004777 4.67 KB | |
zpaq713.zip | 0000829863 810 KB |
Revision 4 (latest revision is 8)
Dominique Leuenberger (dimstar_suse)
accepted
request 394185
from
Martin Pluskal (pluskalm)
(revision 4)
- Update to 7.13 * Removes requirement for separate WinXP version. Fixes Intel and VS 2015 compiler errors. * Removes multi-part archive support, -nodelete, add -test, and -key prompt. * Updated Makefile to link libzpaq.o statically. * Fixes bug in extracting streaming archive with empty first file name. * Adds multi-part archives, -index. Some UI changes. Updates libzpaq.h, zpaq.pod. * Adds -repack, -encrypt. Updates libzpaq.cpp, zpaq.pod * Faster extract. Removes -encrypt (combined with -repack). Updates libzpaq.h, zpaq.pod. Apr. 29, 2016: added zpaq-gcc481.exe for older machines. * Adds support for sparse files in Windows.
Comments 0