I would like to interrupt rsync with ctrl-c (let's say after half the file has transferred) and resume without having to resend the data that has already been transferred.
The stackexchange/google information I have found seems conflicting. I found some some who say use --partial and some who say use --append. To me it sounds like they both would work.
If I want to interrupt rsync with ctrl-c, should I use --partial or --append?
If both would work, when is it better to use one vs the other?