Hacker News new | ask | show | jobs
by atsaloli 3631 days ago
Sure, just use --partial switch:

   --partial               keep partially transferred files
1 comments

That is incorrect. This will keep partial transfers in destination (and when invoked again, will continue tranferring from that point onwards), but will not restart an aborted transfer (e.g. for a broken connection).

In other words, this feature is a prerequisite for auto-resume, not auto-resume itself (which can be scripted in ~10 lines, as shown in a sibling thread).

Thanks! But no need to script, you can just use

            --append                append data onto shorter files
to resume interrupted transfers.