rsync 2.4.6 hanging on HPUX11 only over firewall.

2002-12-09 Thread rsyncuser
We are running rsync 2.4.6 on HPUX-11and using it to push a document-root from a staging area to several servers running rsync in daemon mode. The rsync client syncs successfully to modules on the same server and to most other machines, but hangs when trying to syncronise across a firewall

Re: rsync 2.4.6 hanging on HPUX11 only over firewall.

2002-12-09 Thread Wayne Davison
On Mon, Dec 09, 2002 at 01:49:40PM +, rsyncuser wrote: We are interested in finding out whether the wayne-nohang patches can be applied to 2.4.6. My older patches for 2.4.6 had got moved aside after they got incorporated into the main distribution. However, I just put them back in their

Re: rsync stoped syncing

2002-12-09 Thread Wayne Davison
On Mon, Dec 09, 2002 at 04:36:41PM +0100, Markus Lamers wrote: rsync -auvxz --delete --exclude-from /root/.rsync/home-daily.exc /home slave:/ I suspect the home-daily.exc file is at fault. What does it contain? ..wayne.. -- To unsubscribe or change options:

RSync on Netware

2002-12-09 Thread Lee Wiltbank
Hello, I have ported rsync 2.5.5 to Netware and would like to, at least, contribute the binary so that people can download it. It says on the website to use the bug tracking system to do this, but since that isn't working, I thought I would try this. Thanks for any help or direction. Lee

when using --backup-dir: why not make_bak_dir() . . .

2002-12-09 Thread Buck Huppmann
here (in keep_backup())? --- backup.c.orig Mon Dec 9 17:02:36 2002 +++ backup.cMon Dec 9 17:03:50 2002 @@ -273,6 +273,7 @@ /* move to keep tree if a file */ if(!kept) { + make_bak_dir(fname,backup_dir); if (!robust_move (fname,

Re: SPAM on List...

2002-12-09 Thread Martin Pool
On 9 Dec 2002, John E. Malmberg [EMAIL PROTECTED] wrote: If it was on any of the reputable blocking lists, I would not be able to receive any of the SAMBA lists, and you would be getting the bounces. It has since been removed from some of them. I.P. based blocking has shown to be the only

Re: SPAM on List...

2002-12-09 Thread John E. Malmberg
Martin Pool wrote: You describe a long-term solution in which spam-friendly ISPs are gradually ostracised. I'm not quite sure I believe you that there is a clear distinction, that bonafide ISPs are really able to stop spam, and that being ostracised will ever really cut them off. But

include-exclude patterns

2002-12-09 Thread marco
Hi, I just subscribe to ask you a question about patterns in exclude-include files. I just want some folders to be rsynced to a remote machine. What I tried is : IncludeFile - /etc/ /var/lib/zope/ - /* --- result of $$ rsync -avvrn --delete

Re: include-exclude patterns

2002-12-09 Thread jw schultz
On Tue, Dec 10, 2002 at 12:08:54AM -0500, marco wrote: Hi, I just subscribe to ask you a question about patterns in exclude-include files. I just want some folders to be rsynced to a remote machine. What I tried is : IncludeFile - /etc/ /var/lib/zope/ - /*

Re: rsync stoped syncing

2002-12-09 Thread Markus Lamers
Am Mon, 2002-12-09 um 18.37 schrieb Wayne Davison: Hi Wayne, On Mon, Dec 09, 2002 at 04:36:41PM +0100, Markus Lamers wrote: rsync -auvxz --delete --exclude-from /root/.rsync/home-daily.exc /home slave:/ I suspect the home-daily.exc file is at fault. What does it contain? As I already