proxmox-backup-client benchmark --repository mybackupstore
For me, that was something like this:
Code:
proxmox-backup-client benchmark --repository 'test@pbs@[2001:XXXXXXXXXXXX::f691]:8007:poolBackup'
Correct, I suggest you create multiple mirrors inside the same vdev. So basically a stripe over all the mirrors. Not sure how that works in the proxmox GUI to be honest. Works like this in CLI
Code:
zpool create backuppool mirror /dev/disk/by-id/ata-DISK1 /dev/disk/by-id/ata-DISK2 mirror /dev/disk/by-id/ata-DISK3 /dev/disk/by-id/ata-DISK4