(no title)
monstermunch | 2 years ago
For the containers, do you mean mounting them to a NAS? I already have them mounted locally on the VM so the files are easy to grab there, but I've never thought about mounting them on a NAS. I'll have to give that a think
joshspankit|2 years ago
No not to NAS. To the local disk.
For example in Proxmox I have /media/ssd-storage/Containers/ where each subfolder is mounted to it’s VM (therefore isolated) and each VM’s docker-compose file brings in the volume mounts to it’s containers.
Then, all containers are backed up with a duplication of the ‘Containers’ folder. In a couple cases the container itself needs to be shut down in order to be backed up safely but those are few, far-between, and outdated.
monstermunch|2 years ago
Don't ask me why /media, I think I read a guide about 10 years ago for something in Linux that used /media and now I just default to that