Re: rsync error: some files could not be transferred (code 23) at main.c

2004-02-27 Thread Jonathan Hurley
Follow up to my own posting. I was running rsync with -v and rsync was having problems chowning (not transferring) files. I realise now that the error message applied to this problem. I found the error message a little confusing, as I was trying to track down the non-transferred files, while

rsync problem with smb/ncpfs filesystem?

2004-02-27 Thread Claas Hilbrecht
I'm trying to rsync a smb filesystem to a novell netware filesystem. Both file systems are mounted on a debian woody system (from root). On both file systems the rsync process has root file system rights. But trying to rsync a file with a read only flag like -r-xr-xr-x1 root root

rsync 2.6 : syncing multiple modules at the same time ?

2004-02-27 Thread wim delvaux
Hi all, PLEASE reply also directly to me ... I am not subscribed to the list can you run rsync client in such a way that it syncs multiple rsyncd.conf configured modules in on go ? I.e. something like rsync rsync://host/mod1 rsync:/host/mod2 SomeDestination Perhaps using files ?

patch: better progress meter

2004-02-27 Thread Timo Sirainen
Recently I figured out that rsync -P can be nicely used as resuming scp. Only thing annoying me was that the kB/s and time left estimates showed completely wrong values when resuming files. Would be nice to get included patch applied, or something similiar to it. rsync-progress.diff

Re: patch: better progress meter

2004-02-27 Thread Timo Sirainen
On 27.2.2004, at 20:07, Timo Sirainen wrote: Recently I figured out that rsync -P can be nicely used as resuming scp. Only thing annoying me was that the kB/s and time left estimates showed completely wrong values when resuming files. Would be nice to get included patch applied, or something

Re: exclude everything and include directories

2004-02-27 Thread Tim Conway
cat listofwhatyouwant |while read item do rsync -options $item destination:`dirname $item done if you want each directory and below, a recursive goes into the options (explicitely with r or implicitely with a). I used to have to do something similar to that all the time, as we were using

Re: patch: better progress meter

2004-02-27 Thread Wayne Davison
On Fri, Feb 27, 2004 at 08:07:22PM +0200, Timo Sirainen wrote: Recently I figured out that rsync -P can be nicely used as resuming scp. Only thing annoying me was that the kB/s and time left estimates showed completely wrong values when resuming files. Yes, this had been mentioned before,

Ahtung!

2004-02-27 Thread smanish
attachment: abbbcbddacc.zip -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[MailServer Notification]To Recipient file blocking settings matched and action taken.

2004-02-27 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment. Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = Ahtung! Scanning time = 02/27/2004 14:42:36 Action on file blocking: The attachment abbbcbddacc.zip matches the file blocking settings. ScanMail has Quarantined it.

CVS update: rsync

2004-02-27 Thread Wayne Davison
Date: Fri Feb 27 08:03:49 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: generator.c receiver.c Log Message: Got rid of some superfluous parens. Revisions: generator.c 1.75 = 1.76

CVS update: rsync/patches

2004-02-27 Thread Wayne Davison
Date: Fri Feb 27 08:52:09 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv25415 Modified Files: gzip-rsyncable.diff Log Message: Trimmed some stuff. Revisions: gzip-rsyncable.diff 1.1 = 1.2

CVS update: rsync/patches

2004-02-27 Thread Wayne Davison
Date: Fri Feb 27 08:59:21 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv26446 Modified Files: rusty-fuzzy.diff Log Message: Updated. Revisions: rusty-fuzzy.diff1.1 = 1.2

CVS update: rsync

2004-02-27 Thread Wayne Davison
Date: Sat Feb 28 02:00:57 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29345 Modified Files: progress.c Log Message: Improved the progress reporting/E.T.A. using a (slightly modifed) patch from Timo Sirainen. Revisions: progress.c

CVS update: rsync

2004-02-27 Thread Wayne Davison
Date: Sat Feb 28 02:02:37 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30164 Modified Files: NEWS Log Message: Progress improvement. Revisions: NEWS1.157 = 1.158