diff options
author | Christoph Willing <c.willing@uq.edu.au> | 2013-05-15 23:27:07 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:07 -0500 |
commit | 11e1e38b39a6e9fdd59d0b93093ae1090519bcad (patch) | |
tree | c3b2782c7efe817c8819042d974c78dd2820e11e /system/zpaq/README | |
parent | 1a11d13423151b32fbfb0dab4618cdb0336c12f0 (diff) | |
download | slackbuilds-11e1e38b39a6e9fdd59d0b93093ae1090519bcad.tar.gz |
system/zpaq: Added (journaling, incremental, deduplicating archiver)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/zpaq/README')
-rw-r--r-- | system/zpaq/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/zpaq/README b/system/zpaq/README new file mode 100644 index 0000000000..28415000f4 --- /dev/null +++ b/system/zpaq/README @@ -0,0 +1,15 @@ +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 with: + + zpaq -add e:backup.zpaq c:\* + +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. + |