From 8a04325c63e954d8b3f59221648ffa4f03cf05b7 Mon Sep 17 00:00:00 2001 From: DeltaLima Date: Sun, 25 Jun 2023 01:59:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eborgmatic-quickguide.md=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- borgmatic-quickguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic-quickguide.md b/borgmatic-quickguide.md index f9b6693..eb7680f 100644 --- a/borgmatic-quickguide.md +++ b/borgmatic-quickguide.md @@ -1,6 +1,6 @@ # borgmatic quickguide -1. `ssh-keygen # without passphrase` +1. `ssh-keygen` # without passphrase 2. `echo 'command="borg serve --restrict-to-repository /home/borgbackup/repos/FQDN",restrict ' $(cat ~/.ssh/id_rsa.pub) |ssh borgbackup@BACKUPHOST -c "cat - >> ~/.ssh/authorized_keys"` 3. `borg init -e repokey borgbackup@BACKUPHOST:repos/FQDN` # you have to enter a PASSPHRASE (`pwgen 24 1`) 4. `mkdir -p /etc/borgmatic/`