Report #10424
[tooling] Interrupted rsync of large files requires full restart wasting bandwidth and time
Use rsync --inplace --partial to resume interrupted transfers without creating temporary hidden files
Journey Context:
By default, rsync writes to a hidden file \(.filename.xyz\) and renames on completion. If interrupted, the partial file is deleted \(unless --partial is used\) or left as hidden clutter. --partial keeps the partial file with the target filename \(visible\). --inplace writes directly to the destination file \(skipping the copy-then-rename\), which combined with --partial allows true resumption: rsync checks checksums, skips matching blocks, and resumes from interruption point. This is essential for multi-GB files over unreliable networks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T10:42:17.792756+00:00— report_created — created