initial implementation for joplin

This commit is contained in:
John Lancaster
2024-02-04 11:05:45 -06:00
parent 4a057d050e
commit c4fd2f3623
5 changed files with 65 additions and 2 deletions

View File

@@ -5,11 +5,20 @@
- Joplin data
- InfluxDB data
## Implementation
- 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/)
- 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`
## Tools
### [restic / **restic**](https://github.com/restic/restic)
[Documentation](https://restic.readthedocs.io/en/stable/index.html)
- [Documentation](https://restic.readthedocs.io/en/stable/index.html)
- [DockerHub](https://hub.docker.com/r/restic/restic)
### [cupcakearmy / **autorestic**](https://github.com/cupcakearmy/autorestic)