January 22, 20215 yr Essentially I have a 60GB vdisk with only 15GB in use. If I attempt to copy it in any way it copies 60GB fully, not 15GB. # qemu-img info vdisk1.img image: vdisk1.img file format: raw virtual size: 60 GiB (64424509440 bytes) disk size: 14.9 GiB
January 22, 20215 yr Community Expert You can achieve this using rsync to do the copy with the --sparse parameter. I think the cp command has an equivalent option.
Archived
This topic is now archived and is closed to further replies.