[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. T

Ahtung!

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

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,

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 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 si

Re: [PATCH] write only

2004-02-27 Thread Wayne Davison
On Thu, Feb 12, 2004 at 04:08:00AM -0800, peter pan wrote: > Below is the patch for rsync-2.6.0 however there are some points I'd like to > make: > > - I don't know c :) (I once did a quick program for an assignment 10 years > ago), > - I've never made a diff patch before so I might be doing it wr

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 Descripti

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 ? Suggestions

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

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 k