[olug] Unix Tip: FTY AUTOMATED TRANSFERS
Brian Roberson
roberson at olug.org
Wed May 14 02:51:32 UTC 2003
even beter - only modified stuff
rsync -avz -e ssh user at host:/path/to/recursion/ /local/path/
On Tue, May 13, 2003 at 01:01:07PM -0500, Andrew Holm-Hansen wrote:
> scp will do this (in fewer steps no less).
>
> scp sourceFile username at targetComputer:/path/to/destination/
>
> Or, for a full directory transfer:
>
> scp -r sourceDirectory username at targetComputer:/path/to/destination/
>
> enter your password. enjoy a beverage.
>
> scp is the Secure Copy utility provided in the OpenSSL packages (I
> think... er... could be wrong here). It can do a bunch more stuff too.
>
> A longer (and better) explanation is available at
> http://einer.org/forum/viewtopic.php?t=467
> (Shameless plug). :^)
>
> Andrew Holm-Hansen
>
> On Mon, 2003-05-12 at 22:43, Daniel Pfile wrote:
More information about the OLUG
mailing list