yes, the backups on pbs are working differently and the normal compression methods do not really apply (pbs saves chunks which are always zstd compressed)If I choose a section mounted by cifs (choose type - cifs) compression, you can choose. Is this how it should work?
ок. Comparing the volume of backups of virtual machines, I see that the copies on PBS are larger than those made with the ZSTD (fast and good) compression. Perhaps I will be mistaken, I will observe further ...yes, the backups on pbs are working differently and the normal compression methods do not really apply (pbs saves chunks which are always zstd compressed)
How did you compare? The size that is displayed on PBS is not the 'real' size, but the uncompressed undeduplicated size of the images /filesОк. Comparing the volume of backups of virtual machines, I see that the copies on PBS are larger than those made with the ZSTD (fast and good) compression. Perhaps I will be mistaken, I will observe further ...
You can't see that for individual VMs. You can only look how fast your PBS datastore is growing (and PBS will also predict in how many days it will be full).
How did you compare? The size that is displayed on PBS is not the 'real' size, but the uncompressed undeduplicated size of the images /files
You can't really compare PBS and vzdump backups. PBS backups will be deduplicated saving alot of storage. Lets say you got a 10GB VM that can be compressed down to 5-10 GB depending on the algorithm. If you now do 100 backups of that VM your PBS datastore will only need like 7GB to store that because nothing needs to be stored more than once. If you use vzdump you might get the compression down to 5GB, but because you need to store that 5GB 100 times it will use 500GB and not just the 7GB that PBS would need. So the compression doesn't really matter if you keep more than one backup of every VM.
So PBS is preferable in nearly all cases.
what do you mean exactly ?is this also true for backing up files and directories?
Let's say I have a 10 GB file folder.what do you mean exactly ?
the sizes shown in the content tab in pbs are undeduplicated, uncompressed and not sparse.
thanksEverything that you backup, no matter if it are files, folders or block devices. will get chopped into compressed and deduplicated chunks of data. And this is done on the client side, so it should only send chunks that aren'T already stored in the PBS datastore.
PVE is compressing every chunk-file using ZSTD before sending it to the PBS.Is it maybe "too early" to mention compression ?