more notes
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
- 1 restic repo per service getting backed up
|
- 1 restic repo per service getting backed up
|
||||||
- NFS share from NAS is mounted at `/mnt/backups` into the LXC
|
- 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/)
|
- 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
|
- 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`
|
- Create at `/mnt/backups/<repo>` with `create_restic_repo.sh`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user