I am trying to understand why the performance of PBS is poor on WAN conections or on devices with a very slow seek time.
My question is about the chunk organization and the chunk folder in general.
It is mentioned here: https://github.com/proxmox/proxmox-backup/blob/master/docs/technical-overview.rst#chunks
That are the stats on my system. I am using an NFS share (via Truenas/SATA disks with ZFS)
Read more
My question is about the chunk organization and the chunk folder in general.
It is mentioned here: https://github.com/proxmox/proxmox-backup/blob/master/docs/technical-overview.rst#chunks
That are the stats on my system. I am using an NFS share (via Truenas/SATA disks with ZFS)
Bash:
root@pbs:~# time du -hs /pbs
time find /pbs -type f -print | wc -l
707G...
Read more