This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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) at
mr> /home/lapo/packaging/tmp/rsync-2.6.6/main.c(1108)

mr> the command that works is :

mr>  rsync -avz --recursive --files-from=<(cd
mr> "/c/WINDOWS/system32/LogFiles/WMS/[Global]/" && find ./WMS_*.log
mr> -mtime -7 -print) "/c/WINDOWS/system32/LogFiles/WMS/[Global]" -e ssh
mr> admin@myhost.net:/var/log/streaming/wms/logs

mr> anyone got a min to correct my usage or point me in the right direction

cd "/c/WINDOWS/system32/LogFiles/WMS/[Global]/"
rsync -avz --recursive --files-from=< \
(find ./WMS_*.log -mtime -7 -print) \
"/c/WINDOWS/system32/LogFiles/WMS/[Global]" -e ssh admin@myhost.net:/var/log/streaming/wms/logs



-- 
regards,
 oleyk


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]