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`