Currently have proxmox 8.2 and PBS 3.2, backup of a 1.65TiB takes around 1 hour (which is pretty fast).
But restore took us 14 hours....which is very long.
You can find attached image of a PBS benchmark:
![1717405472105.png 1717405472105.png]()
Machine specs:
i9-10940X CPU @ 3.30GHz CPU @ 3.3GHz
128G DDR4 3000MT/s
4TiB P2 NVMe PCIe SSD
Upload speed is ~60MB/s
Below you can find fio random read benchmark:
Read more
But restore took us 14 hours....which is very long.
You can find attached image of a PBS benchmark:

Machine specs:
i9-10940X CPU @ 3.30GHz CPU @ 3.3GHz
128G DDR4 3000MT/s
4TiB P2 NVMe PCIe SSD
Upload speed is ~60MB/s
Below you can find fio random read benchmark:
Code:
sudo fio --filename=/dev/nvme0n1 --direct=1 --rw=randread --bs=4k --ioengine=libaio --iodepth=256...
Read more