Re: [Q] multicasting product ?

2001-12-19 Thread Ph. Marek
>>So my question is: does anyone know of a product which does reliable >>multicasting? (source available would be preferred) > > At our company, we have a mrsync running for a couple of months > now. mrsync is to transfer files to many machines at the same > time using UDP and multicast. I at

excluding a file.

2001-12-19 Thread Ian Kettleborough
This is what I have tried to use to back a usr partition to a backup drive. rsync copied most then terminates with a mknod var/run/log: Invalid argument rsync error: partial transfer (code 23) at main.c (537) I have tried different combination if var/run/log (with and with the trailing \) and

Re: rsync *Still* Copying All Files?

2001-12-19 Thread Dave Dykstra
On Wed, Dec 19, 2001 at 05:03:51PM -0500, Mack, Daemian wrote: > > Try "--modify-window 2". I'm not sure that will work because > > it sounds > > like you're copying between two filesystem types that are the > > same, but the > > option was added to copy between PC filesystems that have a times

RE: rsync *Still* Copying All Files?

2001-12-19 Thread Mack, Daemian
> Try "--modify-window 2". I'm not sure that will work because > it sounds > like you're copying between two filesystem types that are the > same, but the > option was added to copy between PC filesystems that have a timestamp > granularity of 2 seconds and Unix filesystems that have a > granu

Re: rsync *Still* Copying All Files?

2001-12-19 Thread Dave Dykstra
On Wed, Dec 19, 2001 at 04:36:21PM -0500, Mack, Daemian wrote: > Hi, all. This is my first post to the list, so please forgive me if this is > an old issue. I scoured the mailing list archives by hand and could find no > mention of it, and the official FAQ-o-matic mentions it, but doesn't offer

rsync *Still* Copying All Files?

2001-12-19 Thread Mack, Daemian
Hi, all. This is my first post to the list, so please forgive me if this is an old issue. I scoured the mailing list archives by hand and could find no mention of it, and the official FAQ-o-matic mentions it, but doesn't offer a fix that works for me. I've set up an rsync daemon on Windows NT4

Re: rsync-2.5.0 getaddrinfo in AIX4.3?

2001-12-19 Thread rsync
On Wed, Dec 19, 2001 at 10:20:52AM +, Terry Raggett wrote: > On Dec 18, 22:37, [EMAIL PROTECTED] wrote: > > Subject: Re: rsync-2.5.0 getaddrinfo in AIX4.3? > > On Tue, Dec 18, 2001 at 03:53:07PM +, Terry Raggett wrote: > > > Anyone have problems with getaddrinfo under AIX4.3? I have built

Re: [Q] multicasting product ?

2001-12-19 Thread Jos Backus
On Wed, Dec 19, 2001 at 12:11:46PM +0100, Ph. Marek wrote: > Now that RSYNC has RSYNC+ included a good usage would be to use RSYNC+ to > gather update-date, then multicast that on your hosts and process it. Note that the rsync+ functionality as currently present in CVS does not work; I sent a fin

Re: RSYNC: Backup Solution thoughts...

2001-12-19 Thread Dave Dykstra
Tim is right that if you're worried about the security of your network, even if you use "hosts allow" in an rsyncd.conf to only allow access from the backup hosts that you could be vulnerable to host spoofing; rsync --daemon by itself does not prevent that. I've got a situation where a backup ma

Re: rsync doesn't accept commands

2001-12-19 Thread Tim Shubitz
Tim and the list, Your suggestion of trying "rsync --version" also does not work. As you said, it's just plain not parsing. In any case, I updated the version I'm running and all appears to be working well. Why the previous version just wouldn't accept commands might remain a mystery forever

Re: Still some problems

2001-12-19 Thread Dave Dykstra
On Tue, Dec 18, 2001 at 10:15:51AM -0500, David Nickel Jr. wrote: > Ok guys, > I bieleve have my modules setup right. But when I run the command > "rsync -a web1::default/ /www/default" I get the following error > > opendir(bin): Permission Denied > opendir(directories): Permission Denied > : P

Re: reverse name lookup failed

2001-12-19 Thread Dave Dykstra
Looks like nobody has answered this yet. I haven't tested it or looked at the code, but according to my reading of the rsyncd.conf man page, that's not a supported syntax for hosts allow. If you specify a "/netmask", the first portion has to be an IP address and not a hostname. - Dave Dykstra O

Re: rsync server over SSH [includes code patches]

2001-12-19 Thread JD Paul
On Tue, 18 Dec 2001, Martin Pool wrote: > On 4 Dec 2001, JD Paul <[EMAIL PROTECTED]> wrote: > > Here's a new version of my rsync-server-over-remote-shell patch: > > This looks good. My main reservation is that it makes it even harder > to explain how rsync works, but I think the increase in fl

Re: [Q] multicasting product ?

2001-12-19 Thread Jim Littlefield
On Wed, Dec 19, 2001 at 08:51:46AM -0500, HP Wei wrote: > >So my question is: does anyone know of a product which does reliable > >multicasting? (source available would be preferred) > > At our company, we have a mrsync running for a couple of months now. > mrsync is to transfer files to many mach

Re: [Q] multicasting product ?

2001-12-19 Thread HP Wei
>So my question is: does anyone know of a product which does reliable >multicasting? (source available would be preferred) At our company, we have a mrsync running for a couple of months now. mrsync is to transfer files to many machines at the same time using UDP and multicast. I attach

Problems with rsync on Win2K to Solaris

2001-12-19 Thread Ron Kelley
Hi, I am having trouble getting rsync (v2.5.0 with the latest version of cygwin) to work between my Win2K (SP2) and my Solaris 2.6 server. Both machines are running the same version of rsync. Each time I run rsync, I get the following error: - C:\rsync>rsync server1:/tmp/fi

Re: [Q] multicasting product ?

2001-12-19 Thread Alexei Novikov
On Wednesday 19 December 2001 14:11, Ph. Marek wrote: > > Now that RSYNC has RSYNC+ included a good usage would be to use RSYNC+ to > gather update-date, then multicast that on your hosts and process it. First of all rsync+ was around for quite a long time (2 years at least). Second thing is th

[Q] multicasting product ?

2001-12-19 Thread Ph. Marek
Hi everybody! Now that RSYNC has RSYNC+ included a good usage would be to use RSYNC+ to gather update-date, then multicast that on your hosts and process it. So my question is: does anyone know of a product which does reliable multicasting? (source available would be preferred) Simple pointers

Re: rsync-2.5.0 getaddrinfo in AIX4.3?

2001-12-19 Thread Terry Raggett
On Dec 18, 22:37, [EMAIL PROTECTED] wrote: > Subject: Re: rsync-2.5.0 getaddrinfo in AIX4.3? > On Tue, Dec 18, 2001 at 03:53:07PM +, Terry Raggett wrote: > > Anyone have problems with getaddrinfo under AIX4.3? I have built 2.5.0 under > > linux, HP and VPP without too much in the way of proble