Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Use an alias to ease resumable scp transfers' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Use an alias to ease resumable scp transfers
Authored by: mithras on Mon, Jul 14 2008 at 11:43AM PDT
I do much the same thing, though I add the --archive flag to preserve permissions, ownership, symlinks, timestamps, and to recurse into directories:
alias scpr='rsync --partial --progress --rsh=ssh --archive'

---
--
mithrastheprophet.net (coming soonish)

[ Reply to This | # ]