Recent content by AdamJ

  1. A

    Scheduling Backups with a choice of including & excluding LXC Mountpoints

    Is there anyway to backup the mountpoints only to PBS separately - they are zfs datasets native to PVE?
  2. A

    Scheduling Backups with a choice of including & excluding LXC Mountpoints

    Hi, I am using PVE 8.1.4 & PBS 3.1-4. I would like to be able to schedule backups of containers including mountpoints to my PBS but also schedule normal PVE backups of the same containers to other storage. It seems that from the container resources the mountpoint Backup option is binary -...
  3. A

    Where are the VM Startup/Shutdown Delay config files?

    I have previously set a boot order & delay for some of my VMs & containers & since removed the settings from the GUI - but some of them still seem to have the settings on even though they are removed in the gui. Where are the settings actually changed - can someone give me the path to the...
  4. A

    VLAN Config on 1-port NUC with trunk from pfSense box

    Thanks for your excellent prompt, clear reply. I tried your solution1 - & everything is exactly how I wanted it. This is my config now for reference if anyone else needs a similar solution: auto lo iface lo inet loopback iface eno1 inet manual auto eno1.50 iface eno1.50 inet manual auto...
  5. A

    VLAN Config on 1-port NUC with trunk from pfSense box

    My Setup: Proxmox on NUC (192.168.150.10) with single ethernet port connected to a pfSense router. I would like to change the connection from pfSense to a trunk with 2 x VLANs - VLAN50 (192.168.150.1/24 - routed to VPN-WAN) & VLAN60 (192.168.160.1/24 routed to CLEARNET-WAN) & still be able to...