From f7de6f6704bde77cd0f0753a42fa3d078d566ecc Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 12 Nov 2024 17:48:17 +0100 Subject: [PATCH] readme: put steps how to do a remote borg backup into details tag Signed-off-by: Simon L. --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fac0235bf57..57f339ec354 100644 --- a/readme.md +++ b/readme.md @@ -394,8 +394,6 @@ If you connect an external drive to your host, and choose the backup directory t
How to do the above step for step -
- 1. Mount an external/backup HDD to the host OS using the built-in functionality or udev rules or whatever way you prefer. (E.g. follow this video: https://www.youtube.com/watch?v=2lSyX4D3v_s) and mount the drive in best case in `/mnt/backup`. 2. If not already done, fire up the docker container and set up Nextcloud as per the guide. 3. Now open the AIO interface. @@ -406,12 +404,17 @@ If you connect an external drive to your host, and choose the backup directory t If you want to back up directly to a remote borg repository: +
+How to do the above step for step + 1. Create your borg repository at the remote. Note down the repository URL for later. 2. Open the AIO interface 3. Under backup section, leave the local path blank and fill in the url to your borg repository that you noted down earlier. 4. Click on `Create backup`, this will create an ssh key pair and fail because the remote doesn't trust this key yet. Copy the public key shown in AIO and add it to your authorized keys on the remote. 5. Try again to create a backup, this time it should succeed. +
+ Backups can be created and restored in the AIO interface using the buttons `Create Backup` and `Restore selected backup`. Additionally, a backup check is provided that checks the integrity of your backups but it shouldn't be needed in most situations. The backups themselves get encrypted with an encryption key that gets shown to you in the AIO interface. Please save that at a safe place as you will not be able to restore from backup without this key.