summaryrefslogtreecommitdiffstats
path: root/system/s3ql
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:47:23 +0100
committer B. Watson2022-03-17 17:38:11 +0100
commit51115440f00c4bd266248bb749c75c33914a50f9 (patch)
treec745d84b1ec2f32d1fe5d660c9305304fd0e4838 /system/s3ql
parent4fcfdbf911fa11cbd985c07f2fb7e75b4f647a4c (diff)
downloadslackbuilds-51115440f00c4bd266248bb749c75c33914a50f9.tar.gz
system/s3ql: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/s3ql')
-rw-r--r--system/s3ql/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/system/s3ql/README b/system/s3ql/README
index 272e9f257a..07c8125d2f 100644
--- a/system/s3ql/README
+++ b/system/s3ql/README
@@ -4,14 +4,14 @@ effectively provides a hard disk of dynamic, infinite capacity that
can be accessed from any computer with internet access running
Linux, FreeBSD or OS-X.
-S3QL is a standard conforming, full featured UNIX file system that is
-conceptually indistinguishable from any local file system. Furthermore,
-S3QL has additional features like compression, encryption, data
-de-duplication, immutable trees and snapshotting which make it especially
-suitable for online backup and archival.
+S3QL is a standard conforming, full featured UNIX file system
+that is conceptually indistinguishable from any local file
+system. Furthermore, S3QL has additional features like compression,
+encryption, data de-duplication, immutable trees and snapshotting
+which make it especially suitable for online backup and archival.
S3QL is designed to favor simplicity and elegance over performance and
-feature-creep. Care has been taken to make the source code as readable and
-serviceable as possible. Solid error detection and error handling have
-been included from the very first line, and S3QL comes with extensive
-automated test cases for all its components.
+feature-creep. Care has been taken to make the source code as readable
+and serviceable as possible. Solid error detection and error handling
+have been included from the very first line, and S3QL comes with
+extensive automated test cases for all its components.