Re: rsync with --recursive --files-from=

2007-05-09 Thread marvin rishoff
Hi Dave thanks for replying Here is the contents of the list that is being printed ./WMS_20070502.log ./WMS_20070503.log ./WMS_20070504.log ./WMS_20070505.log ./WMS_20070506.log ./WMS_20070507.log ./WMS_20070508.log ./WMS_20070509.log Thanks Marvin On 5/9/07, Dave Korn <[EMAIL PROTECTED]> wrot

RE: Re[2]: rsync with --recursive --files-from=

2007-05-09 Thread Dave Korn
On 09 May 2007 19:59, oleyk wrote: DO NOT USE FALSE EMAIL ADDRESSES OLEYK. Look at the From: line of your post. "cygwin at cygwin dot com" is *not* the address of Marvin Rishoff. > i'm sorry, but: > > $ rsync --version > rsync version 2.4.6 protocol version 24 > i have no option "--files

Re[3]: rsync with --recursive --files-from=

2007-05-09 Thread oleyk
Replying to a message of oleyk to Marvin, Thursday, May 10, 2007, 04:59 +1000: bad advice >/usr/bin/rsync -avz --files-from=`find ./WMS_*.log -mtime -7 -print` ... -- regards, oleyk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.co

Re[2]: rsync with --recursive --files-from=

2007-05-09 Thread oleyk
Replying to a message of Marvin Rishoff to cygwin, Wednesday, May 9, 2007, 13:35 +1000: MR> - MR> #!/bin/bash MR> cd "/c/WINDOWS/system32/LogFiles/WMS/[Global]/" MR> find ./WMS_*.log -mtime -7 -print >> list MR> /usr/bin/rsync -a

RE: rsync with --recursive --files-from=

2007-05-09 Thread Dave Korn
On 09 May 2007 04:36, Marvin Rishoff wrote: > so I tried changing a few things around so that my script was more like > this > > -- > #!/bin/bash > cd "/c/WINDOWS/system32/

Re: rsync with --recursive --files-from=

2007-05-08 Thread Marvin Rishoff
First of all thanks for the reply it has given me hope, and I really appreciate letting me take some of your time. but I am still stuck with this one and I am still seeking help using your suggestion: ---

Re: rsync with --recursive --files-from=

2007-05-06 Thread oleyk
Replying to a message of marvin rishoff to cygwin, Friday, May 4, 2007, 10:04 +1000: mr> rsync: failed to open files-from file <(cd mr> /c/WINDOWS/system32/LogFiles/WMS/[Global]/ && find ./WMS_*.log -mtime mr> -7 -print): No such file or directory mr> rsync error: syntax or usage error (code 1) a

rsync with --recursive --files-from=

2007-05-03 Thread marvin rishoff
Hi , I am having a difficult time getting rsync to run within a bash script, within cygwin. I can run the command at the command line and it works fine however when I run it from the script I get an error : rsync: failed to open files-from file <(cd /c/WINDOWS/system32/LogFiles/WMS/[Global]/ &&