www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Date: | Mon, 7 May 2007 01:00:12 +1000 |
From: | oleyk <oleyk AT mail DOT ru> |
X-Mailer: | The Bat! (v1.62r) |
Reply-To: | oleyk <oleyk AT mail DOT ru> |
Message-ID: | <1124138508.20070507010012@mail.ru> |
To: | marvin rishoff <cygwin AT cygwin DOT com> |
Subject: | Re: rsync with --recursive --files-from= |
In-Reply-To: | <ef38b31b0705031704x2a39e17cva9d5ae9aad5b7faa@mail.gmail.com> |
References: | <ef38b31b0705031704x2a39e17cva9d5ae9aad5b7faa AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 AT myhost DOT 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 AT myhost DOT 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |