Search results

  1. V

    Loss of network connection when trying to install Proxmox on a debian server configured with a vlan aware bridge on a bond

    Hi, This configuration works fine: auto lo iface lo inet loopback iface enp4s0f0 inet manual iface enp4s0f1 inet manual allow-hotplug enp4s0f0 allow-hotplug enp4s0f1 auto bond0 iface bond0 inet manual bond-slaves enp4s0f0 enp4s0f1 bond-miimon 100 bond-mode active-backup...
  2. V

    Loss of network connection when trying to install Proxmox on a debian server configured with a vlan aware bridge on a bond

    Hi, We tried to install Proxmox VE 7.1-10 on a bare-metal server running Debian 11 Bullseye on which we configured a VLAN aware bridge with both 10G Ethernet interfaces by replacing the network configuration file with our configuration file. We tried this before and after installing Proxmox...
  3. V

    Drive backup between 2 proxmox servers

    Thanks all! I tried zfs send/receive and pve-zsync, I will use pve-zsync. This command to create and sync dataset pve-zsync sync --source Data1 --dest 192.168.0.254:Data1 --verbose --maxsnap 4 --name Data1 but I will create recurring sync job and modify the cron job to make sync every 2 weeks...
  4. V

    Drive backup between 2 proxmox servers

    Thanks for the reply wolfgang. I will try to explain better Too simplify my server config, I have two servers in a cluster with same configuration: 2x Ssd (for proxmox/vm/ct) 1x 10TB ZFS (for my data (personal video/photos etc)) This drive is mounted with samba directly on proxmox server...
  5. V

    Drive backup between 2 proxmox servers

    Hi, I have 2 promox server in a cluster. I search a solution to copy all of my data on 1 drive on my first server to my another one 1x by mont. I found any solution to make a backup on 2 promox server in the interface except what is consern VM/CT. Which solution you use to make a backup? Rsync...