Search results

  1. C

    Scale out PBS / Possibility to "Cluster" Proxmox Backup Server

    Hello everyone, as far as i can tell, there is no good way to scale out your PBS instances, except from getting multiple servers and doing different backupstorages/backupjobs for each machine and manually assign your backups to different PBSs. What I propose is the following: You create a...
  2. C

    Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.

    Hey there, i get the aforementioned error (Use of uninitialized value in split at /usr/share/perl5/PVE/INotify.pm line 1224, <GEN9> line 73.) when i'm using the following script on the terminal to start my VMs: #!/bin/bash # Prüfen der Parameter if [ $# -ne 3 ]; then echo "Usage: $0...