Report #64156
[tooling] rsync running out of disk space when syncing large VMs or disk images
Use \`rsync --inplace --progress source dest\` to update destination blocks in-place without creating a full copy first. Combine with \`--no-whole-file\` for delta-transfer behavior on local disks.
Journey Context:
Default rsync creates hidden temp files equal to file size; for 100GB VMs this doubles disk usage. --inplace risks corruption on interruption \(use with partial-dir or backup\) but uses O\(1\) extra space.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T14:10:36.208699+00:00— report_created — created