Search results

  1. S

    Fileserver with backup

    Hi, Is there a good practice where to put the data, so you don't get very large backups of the virtual machine? I'm thinking I should put the data outside the VM and then mount it into the VM. But I could be wrong here? Create a volume for data Create a VM/LXC for running the fileserver (in...
  2. S

    What is your base LXC choice?

    Proxmox have supplied several different container templates/images https://pve.proxmox.com/wiki/Linux_Container Looking into what differentiates them in "LXC-format" could be a bit complicated as some of them are slimmed down versions of normal distros. The nearest comparison I've found is...
  3. S

    Debian Standard LXC

    Hi, I'm looking at the Debian standard LXC, but I'm having a hard time to figure out what it includes. There is a Debian live standard distro https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ . Can someone confirm if this is the basis for the LXC or is it based on something else?
  4. S

    Restoring LXC container - dislocated mount

    Hi, I've got a really simple LXC container (VM-101-disk-0) that runs in my local-lvm storage. Mounted (mp0) is a second container (VM-101-disk-1) that runs on my local-extra storage. When destroying the LXC container, both are deleted. Then when recreating VM-101-disk-0 it also recreates...