Re: AW: [rsync-announce] Rsync 2.6.4 released

2005-03-31 Thread Joost van den Broek
What about talking English, so we can also understand what you say. I really thought there are English only groups. Thanks. But to stay on-topic, great job Wayne! I'm going to implement this version slowly in my environments and hopefully it operates as stable as 2.6.3 did :) I'm looking

Re: Rückruf: [rsync-announce] Rsync 2.6.4 released

2005-03-31 Thread Paul Slootman
On Thu 31 Mar 2005, Markus Kemkes wrote: Markus Kemkes möchte die Nachricht [rsync-announce] Rsync 2.6.4 released zurückrufen. Unfortunately it's not possible to cancel messages sent to a mailing list :-) Paul -- To unsubscribe or change options:

RE: AW: [rsync-announce] Rsync 2.6.4 released

2005-03-31 Thread Molumuri, Janardhan
When using --cvs-exclude option rsync is unable to sync *.exe files. Its throwing the following error. [sender] excluding file Update.exe because of pattern *.exe any ideas? Regards, -janardhan. P.S. I am using rsync-2.6.3 version. -Original Message- From: [EMAIL PROTECTED]

RE: AW: [rsync-announce] Rsync 2.6.4 released

2005-03-31 Thread Molumuri, Janardhan
I could see the following from exclude.c static char default_cvsignore[] = /* These default ignored items come from the CVS manual. */ RCS SCCS CVS CVS.adm RCSLOG cvslog.* tags TAGS .make.state .nse_depinfo *~ #* .#* ,* _$* *$ *.old *.bak *.BAK *.orig *.rej

Re: patch for replacing non-printable chars in filenames

2005-03-31 Thread Vidar Madsen
Hi. Sorry about picking up a rather ancient thread, but this didn't bite me until now (when I upgraded to 2.6.4); Wayne wrote: I've also checked in an improvement to safe_fname() that makes it use isprint() (instead of just looking for newlines). Is there a chance that this feature will

Re: patch for replacing non-printable chars in filenames

2005-03-31 Thread Vidar Madsen
Oops, I should have added that for isprint() (in safe_fname()) to be locale-aware at all, you need to add a call to setlocale(LC_CTYPE, ). Vidar -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

PATCH: rsyncd permission options

2005-03-31 Thread Stefan Nehlsen
hello! 2.6.4 is out -- I'm too late again :-( I've posted an older version of this patch in the past and this time I hope it will make it into the source tree. Because loadparms.c and rsyncd.conf.yo have changed `make proto' and `make man' have to be called. rsyncd.conf options to handle file

Some files not logged when using --compare-dest. Bug?

2005-03-31 Thread Vidar Madsen
Hi again. I just spotted another peculiarity when inspecting the rsync log. When using --compare-dest, source files that have permissions that differ from the comparables are not logged, unless you're using -i. Here's a testing session: $ ls -lR .: total 12 drwxr-xr-x 2 vidar users

Re: patch for replacing non-printable chars in filenames

2005-03-31 Thread Wayne Davison
On Thu, Mar 31, 2005 at 01:17:16PM +0200, Vidar Madsen wrote: Alternatively, how about escaping the chars instead of just munging them? I.e. output files like two-line\x0afile name or P\xe5ske (norwegian for easter, for the curious;), or something like that? I'd be fine with that. It would

Re: files' timestamp handling - bug or design decision?

2005-03-31 Thread Wayne Davison
On Wed, Mar 30, 2005 at 09:16:03PM -0800, Eugene Kramer wrote: However, when the two are combined, the destination gets updated whenever the files in the source are touched. Just to be clear, the timestamp gets changed, though the file is not transferred due to the --checksum option (the

Re: save on other directory

2005-03-31 Thread Wayne Davison
On Tue, Mar 29, 2005 at 06:39:50PM +0200, Alejandro Feij?o wrote: AFTER (cd /BACKUP and rsync -av --compare-dest=../FULL/ CLIENT:/ monday/) The --compare-dest directory is relative to the destination, so since FULL is not in the parent dir of monday, ../FULL is not the right way to refer to it.

[Bug 2561] New: rsync crashes when using the exclude from option on server side.

2005-03-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2561 Summary: rsync crashes when using the exclude from option on server side. Product: rsync Version: 2.6.4 Platform: x86 OS/Version: Linux Status: NEW

Re: files' timestamp handling - bug or design decision?

2005-03-31 Thread Amadeus R.
I want to be able to do two things together: -- transfer files from the source to destination only if the files' contents is changed rsync -avr Consider: -W -x --delete --delete-excluded --log-format='%i %f' Use --dry-run when testing for the right configuration to avoid data loose. -- when the

2.6.4 Potential protocol-corrupting bug

2005-03-31 Thread Steve Harris
Hi all, I was just wondering if the following bugfix in 2.6.4 was a serious problem that could cause a problem in a destination file and if it did would that get picked up by the checksum ? Cheers - Steve - Fixed a potential protocol-corrupting bug where the generator could merge a

cwRsync 1.2.9 with rsync 2.6.4 is released !!

2005-03-31 Thread Tevfik Karagülle
Hi, cwRsync version 1.2.9 is available for download at http://prdownloads.sourceforge.net/sereds/cwRsync_1.2.9_Installer.zip?downlo ad Rgrds _tev_ -- HIGHLIGHTS - Rsync 2.6.4 - Cygwin 1.5.13-1 Signatures: MD5:

Re: 2.6.4 Potential protocol-corrupting bug

2005-03-31 Thread Wayne Davison
On Thu, Mar 31, 2005 at 01:08:26PM -0800, Steve Harris wrote: I was just wondering if the following bugfix in 2.6.4 was a serious problem that could cause a problem in a destination file and if it did would that get picked up by the checksum ? The problem would have most likely caused the

[Bug 2561] rsync crashes when using the exclude from option on server side.

2005-03-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2561 --- Additional Comments From [EMAIL PROTECTED] 2005-03-31 17:18 --- Created an attachment (id=1129) -- (https://bugzilla.samba.org/attachment.cgi?id=1129action=view) Fix crash when module-path is / and excludes are anchored. This

Re: Is rsync right for us?

2005-03-31 Thread Amadeus R.
Do I have to tell rsync what the username and password is for the remote IBM? Yes, one way or the other. Append -e ssh -l root or if you have an identity key, so you won't have to type password (this is copy/paste from a previous bug repport) -e ssh -i /root/.ssh/rsync/id_dsa -l root Are you

Re: patch for replacing non-printable chars in filenames

2005-03-31 Thread Wayne Davison
On Thu, Mar 31, 2005 at 08:13:52AM -0800, Wayne Davison wrote: Appended is a patch that does the suggested escaping. Actually, that patch didn't put the suggested 'x' in after the '\'. After trying this a bit, I now think it would read better to use 3-digit octal escaping. That would turn a \n

CVS update: rsync

2005-03-31 Thread Wayne Davison
Date: Thu Mar 31 23:30:03 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv2 Modified Files: generator.c Log Message: Don't try to tweak read-only dest-dir permissions in list-only mode. Revisions: generator.c 1.194 = 1.195