From 92b1f86b7ea8e18db6c1ee542f43f57ee181fe00 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 25 Mar 2024 16:03:18 +0100 Subject: [PATCH] documentation: fix grammer --- docs/admins/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admins/backup.md b/docs/admins/backup.md index a45c377f6..fb4d27dae 100644 --- a/docs/admins/backup.md +++ b/docs/admins/backup.md @@ -36,7 +36,7 @@ As a user you can also append to the list by adding your own directories to be b { clanCore.state.userdata.folders = [ "/home" "/root" ]; } ``` -Than run `clan facts generate ` replacing `` with the actual machine name. +Then run `clan facts generate ` replacing `` with the actual machine name. This will generate the backup borg credentials and ssh keys for accessing the borgbackup repository. Your ssh public key will be stored in the root of the repository here at this location `./machines//facts/borgbackup.ssh.pub`. We need this for the next step.