Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This works pretty well:

alias scp="rsync --partial --progress --rsh=ssh"

You should keep in mind that it is rsync in the background, because parameter are different.



I'd recommend to use `--partial-dir=.rsync-partial` instead of `--partial`, as the latter does not prevent an incomplete transfer from looking like a complete one.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: