Re: [patch] add --ignore option

2005-02-07 Thread Matthew Kirkwood
On Fri, 4 Feb 2005, Wayne Davison wrote: -f -s *.no_send -f -r *.no_delete -f - *.no_send+no_delete Does that give any additional useful behaviour? Sure. Having a rule be server-side only allows you to mark just some of the rules with a --delete-excluded behavior and make it the

Re: rsyncd.conf is not created although successful installation of rsync on debian but

2005-02-07 Thread Paul Slootman
On Sun 06 Feb 2005, alok barnwal wrote: I have installed rysnc-2.6.3 on my debian linux ( 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686). While configuration it was successful and i installed it without any error. Now, in default installation it should create rsyncd.conf as detault

[Bug 2320] New: rsync option to rsync directory structure only

2005-02-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2320 Summary: rsync option to rsync directory structure only Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3

Re: [patch] add --ignore option

2005-02-07 Thread Wayne Davison
On Mon, Feb 07, 2005 at 12:24:35PM +, Matthew Kirkwood wrote: Sure. Having a rule be server-side only allows you to mark just some of the rules with a --delete-excluded behavior and make it the default when --delete is specified. I meant over and above what my patch did. The

[Bug 2320] rsync option to rsync directory structure only

2005-02-07 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2320 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: patch for replacing non-printable chars in filenames

2005-02-07 Thread Wayne Davison
On Thu, Nov 25, 2004 at 11:27:58AM +0100, Paul Slootman wrote: Not all filenames that are printed are passed through safe_fname() AFAICS, e.g. a random piece of code from rsync.c:166 : I looked at eliminating safe_fname() in favor of putting the filtering into rwrite(), and there are a bunch of

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 19:40:31 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22489 Modified Files: flist.c Log Message: Needed to call safe_fname() when listing the remote names. Revisions: flist.c 1.263 = 1.264

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:31:43 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5657 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.235 = 1.236 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.235r2=1.236

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:36:43 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7095 Modified Files: authenticate.c backup.c batch.c cleanup.c clientserver.c generator.c log.c options.c params.c pipe.c rsync.c Log Message: Adding more calls to

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:39:13 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7522 Modified Files: rsync.h Log Message: Made NS define make use of safe_fname(). Revisions: rsync.h 1.240 = 1.241

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:40:19 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7898 Modified Files: flist.c main.c receiver.c hlink.c Log Message: Added missing calls to safe_fname() and full_fname(). Revisions: flist.c 1.264 = 1.265

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:41:43 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8263 Modified Files: util.c Log Message: - Added more calls to safe_fname(). - Improved safe_fname() so that it changes all non-printable chars into '?'s, and accomodates

CVS update: rsync

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 20:46:42 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10062 Modified Files: hlink.c Log Message: Fixed a typo. Revisions: hlink.c 1.44 = 1.45 http://www.samba.org/cgi-bin/cvsweb/rsync/hlink.c?r1=1.44r2=1.45

CVS update: rsync/patches

2005-02-07 Thread Wayne Davison
Date: Mon Feb 7 21:13:19 2005 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv18491 Modified Files: copy-atimes.diff link-by-hash.diff Log Message: Fixed failing hunks. Revisions: copy-atimes.diff1.30 = 1.31