diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 16:54:25 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 16:54:25 -0500 |
commit | 7c5b5b2bcf145d294fa80a14d0366251a82b479a (patch) | |
tree | 90e892e598a593b1b59c419e7fc1275273ad9eaf /system/zpaq | |
parent | baf7e1781c474fab9ab812239225daa2e994f496 (diff) | |
download | slackbuilds-7c5b5b2bcf145d294fa80a14d0366251a82b479a.tar.gz |
system/zpaq: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/zpaq')
-rw-r--r-- | system/zpaq/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/system/zpaq/README b/system/zpaq/README index d11265591c..72de972d2c 100644 --- a/system/zpaq/README +++ b/system/zpaq/README @@ -2,13 +2,14 @@ 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: +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. +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. |