fc98619d3c6c7189449da6373ac4348291f8502f
File Backups
Targets
- Joplin data
- InfluxDB data
Implementation
- 1 restic repo per service getting backed up
- NFS share from NAS is mounted at
/mnt/backupsinto the LXC- Reference: [Tutorial] Mounting NFS share to an unprivileged LXC
- Make mount directory on Proxmox host
- Set up
/etc/fstabto mount NFS share to it - Add mountpoint for that folder in the LXC config on the Proxmox host in
/etc/pve/lxc/<vmid>.conf
- Reference: [Tutorial] Mounting NFS share to an unprivileged LXC
- Needed to create the repo with the
restic/resticimage before running theautoresticservice- Create at
/mnt/backups/<repo>withcreate_restic_repo.sh
- Create at
Tools
restic / restic
cupcakearmy / autorestic
rclone / rclone
offen / docker-volume-backup
Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage.
Description
Languages
Shell
100%