PBS stores the backups using a number of files. I see:
* Chunks
* img.fidx
* json.blob
* log.blob
* conf.blob
If you have a lot of backups, the amount of time it takes to generate a list of available backups sometimes takes too long for PVE.
I want to use the ZFS special device to speed things up, but I need to be careful about the https://openzfs.github.io/openzfs-docs/man/master/7/zfsprops.7.html#special_small_blocks setting, to prevent the amount of datausage on the special devices. So I don't want to set the value too high.
So which files are used to generate the list of available backups?
* Chunks
* img.fidx
* json.blob
* log.blob
* conf.blob
If you have a lot of backups, the amount of time it takes to generate a list of available backups sometimes takes too long for PVE.
I want to use the ZFS special device to speed things up, but I need to be careful about the https://openzfs.github.io/openzfs-docs/man/master/7/zfsprops.7.html#special_small_blocks setting, to prevent the amount of datausage on the special devices. So I don't want to set the value too high.
So which files are used to generate the list of available backups?