Here's the answer...works like a charm! Thanks!
Jeff
> -Original Message-
> From: Lee Eakin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 19, 2002 2:22 PM
> To: Jeff Field
> Cc: [EMAIL PROTECTED]
> Subject: Re: transferring individual files question, pull vs.
On Tue, 19 Mar 2002, Jeff Field wrote:
> rsync -e ssh source-box.x.com:/var/qmail/control/file1 \
> source-box.x.com:/var/qmail/control/file2 \
> source-box.x.com:/var/qmail/control/file3 \
> source-box.x.com:/var/qmail/control/file4 \
> /var/qmail/control
You can't have multiple
art of the single "source" argument.
-Lee
---begin quoted text---
> Delivered-To: [EMAIL PROTECTED]
> Reply-To: <[EMAIL PROTECTED]>
> From: "Jeff Field" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: transferring individual files q
Can't seem to find the answer anywhere...
I'm currently using an rsync script on the source box to transfer some
individual files to the destination box...all works well. The script:
rsync -e ssh \
/var/qmail/control/file1 \
/var/qmail/control/file2 \
/var/qmail/control/file3 \
/var/qmail/contr