more notes

This commit is contained in:
John Lancaster
2024-02-04 11:07:28 -06:00
parent c4fd2f3623
commit c91acb7864

View File

@@ -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/<vmid>.conf`
- Needed to create the repo with the `restic/restic` image before running the `autorestic` service
- Create at `/mnt/backups/<repo>` with `create_restic_repo.sh`