Hi i am a happy user after upgrading from "Debian 11 Proxmox 7" to "Debian 12 Proxmox 8".
I am trying to write in the Proxmox forum in the hope there will be more finding this feature request possible.
I may have requested this on bugzilla in an inconvenient time when we were close to going from Proxmox 7 to 8.
I have upgraded the feature request from 7 to 8 in bugzilla and will link to it here
The wish to get a XZ as a compression option in VM and Container BackUp
This is a copy of the request from bugzilla so it will be easy to see what i have written.
----
I really enjoy and loves the fact that i took the big step and made a Proxmox server compared to my old Virtualbox W10 PC.
The only thing i would like to request is XZ as a compression option in backup.
The reason being is that sometimes it is not as important with the speed it compresses.
But more the size when done compressing.
The reason i would like this is because i used to use 7Zip to compress the Virtualbox ".vdi".
This meant that 150GB would end up filling my HDD with 30GB's of data.
Though as a note it took me 12 hours to compress because of my large dictionary size.
The best i can get on Proxmox i ZSTD.
Which in theory works great because it only takes 30 minutes for a 150GB VM.
But the problem being is that the file size on my HDD is 80GB after compression.
To me the size after backup is basically more important than the time.
And i would like to believe others would feel the same.
Is it possible to implement XZ as a compression option in Proxmox BackUp?
Now a days it is multi threaded and would still be quite use full.
Preferable something like
Since "-9" this will use the standard best compression and should be good in comparison with ZSTD in the ending file size
and "-T0" will use all the available cores for compression.
Having an option like this doesn't make use of to much memory in the end here is a list from the XZ man page
seems like a standard great tradeoff for File Size + RAM Usage + Time.
I really hope you would implement this compression option in the VM BackUp.
It would be of great help for me, and probably use full for other people concerned about backUp's filling up in size on their disks.
Best Regards,
Darkyere
I am trying to write in the Proxmox forum in the hope there will be more finding this feature request possible.
I may have requested this on bugzilla in an inconvenient time when we were close to going from Proxmox 7 to 8.
I have upgraded the feature request from 7 to 8 in bugzilla and will link to it here
The wish to get a XZ as a compression option in VM and Container BackUp
This is a copy of the request from bugzilla so it will be easy to see what i have written.
----
I really enjoy and loves the fact that i took the big step and made a Proxmox server compared to my old Virtualbox W10 PC.
The only thing i would like to request is XZ as a compression option in backup.
The reason being is that sometimes it is not as important with the speed it compresses.
But more the size when done compressing.
The reason i would like this is because i used to use 7Zip to compress the Virtualbox ".vdi".
This meant that 150GB would end up filling my HDD with 30GB's of data.
Though as a note it took me 12 hours to compress because of my large dictionary size.
The best i can get on Proxmox i ZSTD.
Which in theory works great because it only takes 30 minutes for a 150GB VM.
But the problem being is that the file size on my HDD is 80GB after compression.
To me the size after backup is basically more important than the time.
And i would like to believe others would feel the same.
Is it possible to implement XZ as a compression option in Proxmox BackUp?
Now a days it is multi threaded and would still be quite use full.
Preferable something like
Code:
xz -9 -T0
Since "-9" this will use the standard best compression and should be good in comparison with ZSTD in the ending file size
and "-T0" will use all the available cores for compression.
Having an option like this doesn't make use of to much memory in the end here is a list from the XZ man page
Code:
Preset Compression Decompression
-0 6 MiB 1 MiB
-1 6 MiB 1 MiB
-2 10 MiB 1 MiB
-3 20 MiB 2 MiB
-4 30 MiB 3 MiB
-5 60 MiB 6 MiB
-6 100 MiB 10 MiB
-7 200 MiB 20 MiB
-8 400 MiB 40 MiB
-9 800 MiB 80 MiB
Code:
XZ –9 -T0
I really hope you would implement this compression option in the VM BackUp.
It would be of great help for me, and probably use full for other people concerned about backUp's filling up in size on their disks.
Best Regards,
Darkyere