Don't distribute data using a VM #25
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: home/nixos-servers#25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we use a VM (thecloud) to give access to data on the DMZ using NFS. The data is kept in a libvirt volume, but backing this up is quite tedious right now.
Better would be to expose the data right from the hypervisor using NFS. Downside is: we have to give the hypervisor access to the DMZ. We could think of measures to prevent misuse of this. Then, we could juse use btrfs or zfs snapshots to backup data.