Skip to content

Commit f44b456

Browse files
committed
DOC: Mention S3QL
1 parent 0b77a32 commit f44b456

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.full.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ that **large binaries don't change often**.
102102
[git-remote-gcrypt](https://github.com/spwhitton/git-remote-gcrypt)) ...
103103
* Cloud-based serverless virii
104104
* **Protocol- and PaaS-agnostic** design
105-
(save to AWS, Backblaze B2, GitLab ...).
106-
Simply add remote origins or sync (e.g.
105+
(save to AWS S3 / Backblaze B2 with
106+
[S3QL](https://github.com/s3ql/s3ql)).
107+
Simply add remote origins (like GitLab) or sync anywhere (e.g.
107108
[rsync](https://en.wikipedia.org/wiki/Rsync),
108109
[rclone](https://rclone.org)) a git folder.
109110

@@ -267,15 +268,20 @@ with long and rigorous release / support cycles.
267268
<div markdown="1" property="acceptedAnswer" typeof="Answer"><div markdown="1" property="text">
268269

269270
Compared to backup tools like Bacula, Borg, Duplicity, restic, luckyBackup, git-crypt and git-remote-gcrypt,
270-
myba simply wraps raw git and is written in pure, standard **POSIX shell for maximum portability**
271+
`myba` simply wraps raw git and is written in pure, standard **POSIX shell for maximum portability**
271272
and ease of use. It's got the exactly **familiar `git` CLI API**.
272273

273-
Compared to most tools, myba does **file-based** (as opposed to block-based) **differencing and encryption**.
274+
Compared to most tools, `myba` does **file-based (as opposed to fixed-size block-based) differencing and encryption**.
274275

275-
Compared to **`git-crypt`**, <b>myba also encrypts the committed path/filenames</b> for maximum privacy.
276+
Compared to most tools, `myba` does on-the-fly compression of plain text data.
277+
278+
Compared to **`git-crypt`**, <b markdown=1>`myba` also encrypts the committed path/filenames</b> for maximum privacy.
276279

277280
Compared to **`git-remote-gcrypt`**, myba is simpler, has fewer dependencies,
278-
does text-content compression, and can use OpenSSL, whereas the former is tied to GPG.
281+
does text-content compression, and can use OpenSSL, whereas the former is tied with GPG.
282+
While `git-remote-gcrypt` only does public-key cryptography, `myba` supports
283+
[symmetric](https://en.wikipedia.org/wiki/Symmetric-key_algorithm)
284+
password-based encryption, so you can use a different password with every backup checkpoint.
279285

280286
*[POSIX]: Portable Operating System Interface
281287
*[CLI]: Command Line Interface

0 commit comments

Comments
 (0)