DO NOT REPLY [Bug 4957] rsync with acl patch crashes with fuzzy option

2007-09-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4957 --- Comment #4 from [EMAIL PROTECTED] 2007-09-10 09:55 CST --- ah, perfect. thanks for the confirmation and the hint about 2.6.9! if there is no issue with 3.0, you can probably close this one. -- Configure bugmail:

code 5 error

2007-09-10 Thread infolistas listas
Hello rsync users I'm having the following problem could someone help me? Inicio do backup - Seg Set 10 14:45:07 BRT 2007 @ERROR: auth failed on module srvmail rsync error: error starting client-server protocol (code 5) at main.c(1383) [sender=2.6.9] Fim do backup - Seg Set 10 14:45:07 BRT 2007

Re: What is the different between these rsync command

2007-09-10 Thread Aaron W Morris
On 9/9/07, Matt McCutchen [EMAIL PROTECTED] wrote: The first two commands do exactly the same thing because the destination has a single colon, indicating rsync over a remote shell, and the default remote shell is ssh. All -e ssh does in this situation is explicitly restate the default. (If

DO NOT REPLY [Bug 4957] rsync with acl patch crashes with fuzzy option

2007-09-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4957 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Batch mode scenario (use case)

2007-09-10 Thread Chris Shoemaker
On Sun, Sep 09, 2007 at 11:17:05PM +, Suresh Govindachar wrote: Responding to the question of how to use the batch file /e/cmds/foo created via the command: rsync -a --only-write-batch=/e/cmds/foo /c/home/wer/work/ /e/gold to selectively restore a subdirectory of work/ such

Re: code 5 error

2007-09-10 Thread Wayne Davison
On Mon, Sep 10, 2007 at 02:55:36PM -0300, infolistas listas wrote: @ERROR: auth failed on module srvmail That means that you didn't specify the right user and/or the right password to the rsync daemon transfer. The server's log will tell you exactly what was wrong, if you have access to it

Re: Batch mode scenario (use case)

2007-09-10 Thread Matt McCutchen
On 9/9/07, Suresh Govindachar [EMAIL PROTECTED] wrote: How about the following scheme? open /e/cmds/foo do till end-of-file: begin-continue discard lines till there is a match to some/path/projects/c_a keep lines till there is a match to a directory outside

CVS update: rsync

2007-09-10 Thread Wayne Davison
Date: Mon Sep 10 06:15:22 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22244 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.347 = 1.348 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.347r2=1.348

CVS update: rsync

2007-09-10 Thread Wayne Davison
Date: Mon Sep 10 06:15:25 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22274 Modified Files: hlink.c Log Message: - Simplified the flist-spanning gnum logic in match_gnums(). - Don't use hlink_flist in hard_link_check(). - Made the prev_name

CVS update: rsync

2007-09-10 Thread Wayne Davison
Date: Mon Sep 10 06:15:28 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22332 Modified Files: generator.c Log Message: Added an ndx arg to all the finish_hard_link() calls. Revisions: generator.c 1.353 = 1.354