From 070598ea267bd7590e467adfd257c78a0681bca7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 28 Mar 2021 16:40:22 +0200 Subject: [PATCH] Quotes-inside-quotes, json unhappy --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1f075b3..a54aab9 100644 --- a/manifest.json +++ b/manifest.json @@ -29,7 +29,7 @@ "fr": "Dans quel repo borg souhaitez-vous sauvegarder vos fichiers ?" }, "help":{ - "en": "Specify a remote repository using this format: ssh://USER@DOMAIN.TLD:PORT/~/backup . "USER" is *not* meant to be an existing user on the guest server. Instead, it will be created *on the host server* during the installation of the Borg Server App. It's also possible to use a local repository using a syntax such as /mount/my_external_harddrive/backups" + "en": "Specify a remote repository using this format: ssh://USER@DOMAIN.TLD:PORT/~/backup . 'USER' is *not* meant to be an existing user on the guest server. Instead, it will be created *on the host server* during the installation of the Borg Server App. It's also possible to use a local repository using a syntax such as /mount/my_external_harddrive/backups" }, "example": "ssh://john@serverb.tld:22/~/backup" },