Hello,
I have a VM of 25GB set in the config with 9.2TB raw file in a 1TB SSD. how is that even possible?
And on top of that, I still have 300gb available - https://prnt.sc/u159wq
I am moving my VM from one server to another and this 9.2TB is being downloaded from scratch, is there any way to compress it or something?
If i run ls -lh it shows 9.2TB too but in du -sh it shows only 25GB.
https://prnt.sc/u15aze
Because 9.2TB is a lot of bandwidth for 25GB file while moving the VM from one server to another.
Also this is not the only file or server i have seen this issue, i have seen it across many, why is it like this?
another server, 268gb actual size but 876gb apparent size, however while downloading it downloads 876GB via sftp.
Edit: Solution for this pointed out by redditors -
Run this on Source server - rsync --sparse --compress-level=1 -rt /var/lib/vz/images/ root@Destination:/var/lib/vz/images
Just running --sparse wont work, you gotta compress it a little too.
https://jiofi-localhtml.gen.in/
https://19216881.link
https://router-network.uno
I have a VM of 25GB set in the config with 9.2TB raw file in a 1TB SSD. how is that even possible?
And on top of that, I still have 300gb available - https://prnt.sc/u159wq
I am moving my VM from one server to another and this 9.2TB is being downloaded from scratch, is there any way to compress it or something?
If i run ls -lh it shows 9.2TB too but in du -sh it shows only 25GB.
https://prnt.sc/u15aze
Because 9.2TB is a lot of bandwidth for 25GB file while moving the VM from one server to another.
Also this is not the only file or server i have seen this issue, i have seen it across many, why is it like this?
another server, 268gb actual size but 876gb apparent size, however while downloading it downloads 876GB via sftp.
Edit: Solution for this pointed out by redditors -
Run this on Source server - rsync --sparse --compress-level=1 -rt /var/lib/vz/images/ root@Destination:/var/lib/vz/images
Just running --sparse wont work, you gotta compress it a little too.
https://jiofi-localhtml.gen.in/
https://19216881.link
https://router-network.uno
Last edited: