You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -394,8 +394,6 @@ If you connect an external drive to your host, and choose the backup directory t
394
394
<details>
395
395
<summary>How to do the above step for step</summary>
396
396
397
-
<br>
398
-
399
397
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`.
400
398
2. If not already done, fire up the docker container and set up Nextcloud as per the guide.
401
399
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
406
404
407
405
If you want to back up directly to a remote borg repository:
408
406
407
+
<details>
408
+
<summary>How to do the above step for step</summary>
409
+
409
410
1. Create your borg repository at the remote. Note down the repository URL for later.
410
411
2. Open the AIO interface
411
412
3. Under backup section, leave the local path blank and fill in the url to your borg repository that you noted down earlier.
412
413
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.
413
414
5. Try again to create a backup, this time it should succeed.
414
415
416
+
</details>
417
+
415
418
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.
416
419
417
420
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.
0 commit comments