Problem with Rsync or Users will be Users?

2007-02-21 Thread Stuart Halliday
that Windows users are allowed to enter. :-) Is there *anything* I can do with Rsync to allow these kind of files to be copied? Ok, I know these file names are ridiculous but Users will be Users wouldn't they? Here is an example of an error log it reports. rsync: mkstemp /cygdrive/x/20070221

Re: Problem with Rsync or Users will be Users?

2007-02-21 Thread Wayne Davison
On Wed, Feb 21, 2007 at 10:52:50AM +, Stuart Halliday wrote: rsync: mkstemp ... failed: File name too long (91) Note that this is an OS error, so rsync is just reporting the failure that the mkstemp() call didn't work. You might be able to work around the problem by copying more deeply in

--ignore-times broken/redundant?

2007-02-21 Thread Pádraig Brady
Hi, With an rsync-2.6.4-3 client talking to an rsync-2.6.8-1.el4.rf server at least, the --ignore-times option seems not to be honoured? I.E. if I edit a file so that the mtime and size are the same, the file with the new data will not be transfered to the server. In case it's important, the

Strange SSH with rsync

2007-02-21 Thread Dave Markham
Has anyone any idea why this wont work? Its in a script and im passing -e ${SSH} to the Rsync command where :- SSH=$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n The below is output from set -x for my script. Below that is the error from errorlog /usr/bin/rsync -PavRz --delete

Re: Strange SSH with rsync

2007-02-21 Thread Matt McCutchen
On 2/21/07, Dave Markham [EMAIL PROTECTED] wrote: Has anyone any idea why this wont work? Its in a script and im passing -e ${SSH} to the Rsync command where :- SSH=$(/usr/bin/which ssh) -o ConnectTimeout=15 -o BatchMode=yes -n rsync: connection unexpectedly closed (0 bytes read so far)

DO NOT REPLY [Bug 3845] Make --remove-source-files remove directories too

2007-02-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3845 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Add --remove-source-files |Make --remove-source-files

Re: --ignore-times broken/redundant?

2007-02-21 Thread Matt McCutchen
On 2/21/07, Pádraig Brady [EMAIL PROTECTED] wrote: With an rsync-2.6.4-3 client talking to an rsync-2.6.8-1.el4.rf server at least, the --ignore-times option seems not to be honoured? I.E. if I edit a file so that the mtime and size are the same, the file with the new data will not be

turn off reverse lookups

2007-02-21 Thread kimor79
Is there a way to turn off reverse lookups? like a --no-dns-resolve option. Thanks Kimo -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html