5 ms·
One flag that you might have missed. If you have sparse files such as qcow disk images, you might also need `-S`, `--sparse` or it will expand the file to its f
by dhedlund 5mo ago
One flag that you might have missed. If you have sparse files such as qcow disk images, you might also need `-S`, `--sparse` or it will expand the file to its full disk size when copied to the destination.
- fxtentacle 5mo agoThanks :)