From f3e044a7d6fb489933e7c174afecd1ced9137d71 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Wed, 29 May 2024 11:41:16 +0200 Subject: [PATCH 1/2] Fix typo in README.md Tiny typo fix. Hth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c919c..6568c3f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This app is the "client" part, meant to be installed on the server to be backed ### Features -- Backup on a remote machine, in comination with the [borg server app](https://apps.yunohost.org/app/borgserver) +- Backup on a remote machine, in combination with the [borg server app](https://apps.yunohost.org/app/borgserver) - ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html) - Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space) - Backups are ran automatically, you can choose when and at which frequency From e983d815f9d07075c11813ac187d536797ea9a39 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Wed, 29 May 2024 18:27:51 +0200 Subject: [PATCH 2/2] Tiny typo fix in DESCRIPTION.md Editing the root cause of the typo --- doc/DESCRIPTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 07e01d2..08b2fca 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -4,7 +4,7 @@ This app is the "client" part, meant to be installed on the server to be backed ### Features -- Backup on a remote machine, in comination with the [borg server app](https://apps.yunohost.org/app/borgserver) +- Backup on a remote machine, in combination with the [borg server app](https://apps.yunohost.org/app/borgserver) - ... or on a [commercial borg service](https://www.borgbackup.org/support/commercial.html) - Backups are encrypted (the remote server can't read the content) and deduplicated (optimize space) - Backups are ran automatically, you can choose when and at which frequency