From 68ac6321ee670d07021db24630b2a6e270caeb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 25 Mar 2024 15:29:12 +0100 Subject: [PATCH] docs/backup: update command needed to regenerate backups --- 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 636231d2b..a45c377f6 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 secrets generate ` replacing `` with the actual machine name. +Than 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.