From c91acb7864a8d340fc968223806f1fc49a901e2f Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:07:28 -0600 Subject: [PATCH] more notes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a981c9f..b493208 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ - 1 restic repo per service getting backed up - NFS share from NAS is mounted at `/mnt/backups` into the LXC - Reference: [[Tutorial] Mounting NFS share to an unprivileged LXC](https://forum.proxmox.com/threads/tutorial-mounting-nfs-share-to-an-unprivileged-lxc.138506/) + - Make mount directory on Proxmox host + - Set up `/etc/fstab` to mount NFS share to it + - Add mountpoint for that folder in the LXC config on the Proxmox host in `/etc/pve/lxc/.conf` - Needed to create the repo with the `restic/restic` image before running the `autorestic` service - Create at `/mnt/backups/` with `create_restic_repo.sh`