rsync tips and tricks
01 Dec 2015Transfer a file, resuming if there was any partial progress:
rsync -avzl -e ssh --partial --progress <remote_path> <local_path>
Transfer a file, resuming if there was any partial progress:
rsync -avzl -e ssh --partial --progress <remote_path> <local_path>