Resume large file transfer rsync

Resume interrupted big files and verify appended part by checksum; note: only safe if source unchanged

rsync -a --partial --append-verify --info=progress2 big.img user@<host>:/dst/
more rsync all 7 commands →