Recent content by Kptn_Pmx

  1. K

    Include mount points in backup?

    Hi, Maybe too late but to include mount point you need to add --all-file-systems=true to the command. proxmox-backup-client backup root.pxar:/ --all-file-systems=true But be warned to foresee a .pxarexclude file in the root to select the right mount points. Just for your information here is a...
  2. K

    vzdump errors with bindfs mounts

    Hello, I use mount points in my home directory with bindfs which point to other directories in the file system. This way I can easily access protected files and directories through an easier way. It seems Proxmox Backup does not like this way of doing. I am getting "failed to open...
  3. K

    [SOLVED] Proxmox host configured with IPTables rules cannot connect to the external network when VM do

    Hi all, Here is my current configuration which works like a charm except the fact that the host proxmox is completely isolated from the outside world without possibility to ping hosts (internet nok, internal ok). Hetzner host with a single nic and single public IP. Debian 11 bullseye Proxmox...