rsync tips and tricks

Transfer a file, resuming if there was any partial progress:

rsync -avzl -e ssh --partial --progress <remote_path> <local_path>