Urgent : Information regarding the network traffic statistics

2001-02-14 Thread Vikram Shrinivas Poojari
Hi all, I know that mine is a very elementary question ,but i would be very grateful if somebody could help asap: I would like to understand the following fields in the o/p of rsync command executuion below: >Total transferred file size >Total bytes written >Total bytes read >speedup Basically i

Re: Q (feat. req.) rsync: using UDP, multicast

2001-02-14 Thread Donovan Baarda
Quoting Martin Pool <[EMAIL PROTECTED]>: > On 14 Feb 2001, "Ph. Marek" <[EMAIL PROTECTED]> wrote: > > Hello once more, [...] > > I know that's not easy achievable. But I think it could suffice to say > > "push the changes made from backup/filexyz to current/filexyz on IP > > 224.x.x.x:y" and ever

Re: automated error tracking on large install

2001-02-14 Thread Martin Pool
On 14 Feb 2001, Martin Pool <[EMAIL PROTECTED]> wrote: > Unless tridge objects to further manual-bloat, I will put this into > the manpage for the next release. Committed; in 2.4.7. -- Martin Pool, Human Resource Linuxcare. Inc. +61 2 6262 8990 [EMAIL PROTECTED], http://linuxcare.com.au/ Lin

Re: automated error tracking on large install

2001-02-14 Thread Martin Pool
On 14 Feb 2001, Mike Crowl <[EMAIL PROTECTED]> wrote: > Hello all, > > About three months ago I deployed rsync to replace rdist on one of > our Sun 450s. It has worked so well that we would like to deploy it > to replace rdist in the rest of our environment. This will involve > setting up sche

mktemp .filename.XXX errors

2001-02-14 Thread Kevin Tomasek
More info.. I have checked the ownership and permisions on both machines and they are OK. the filesystems are not mounted read only. all interactive attempts at writing data to the directory are successful. only an rsync from the master to the slave fails. the interactive report from rsync is

Re: Q (feat. req.) rsync: using UDP, multicast

2001-02-14 Thread Martin Pool
On 14 Feb 2001, "Ph. Marek" <[EMAIL PROTECTED]> wrote: > Hello once more, > > I have another idea for rsync. > > I'd like an option to let it work using UDP instead of TCP, using > multicast-ip-adresses. > It would help very much in the following scenario: > > You have a hierarchical tree: > A

Re: library access to rsync protocol

2001-02-14 Thread Martin Pool
On 13 Feb 2001, Dave Dykstra <[EMAIL PROTECTED]> wrote: > On Tue, Feb 13, 2001 at 01:19:38PM -0800, Phillip Moore wrote: > > I've been a real big proponent of rsync here and I've used it all over > > the place to rip the use of NFS out of production. I've even gone so > > far as to have an rexec

Re: rsync: Cobalt RAQ3 server, Newbie Question

2001-02-14 Thread Bill Campbell
On Tue, Feb 13, 2001 at 10:27:23PM -0800, Jim Hagani wrote: >I have heard people using rsync on Cobalt RAQ3 servers. Is it possible? What >version works best with this platform? I used it a couple of weeks ago. I don't remember whether it was part of the standard distribution, or whether I loade

automated error tracking on large install

2001-02-14 Thread Mike Crowl
Hello all, About three months ago I deployed rsync to replace rdist on one of our Sun 450s. It has worked so well that we would like to deploy it to replace rdist in the rest of our environment. This will involve setting up scheduled jobs on a dozen or so large application servers to grab a

Re: rsync setup

2001-02-14 Thread Dave Dykstra
On Tue, Feb 13, 2001 at 04:17:10PM -0500, Madhavi Gupta wrote: > Hi, > I have installed Redhat Linux 6.2 on a machine and want to use rsync for > mirroring other server. > When I try to run rsync on the local machine, it gives me error as > 'permission denied. unexpected EOF in read_timeout' > th

Re: [RSYNC] General Problems

2001-02-14 Thread Phillip Moore
On Wed, Feb 14, 2001 at 11:28:17AM -0500, Rory Savage wrote: > I get this when trying to issue a simple rsync command... > > # rsync -av killerbea::root/etc/mtab /tmp > @ERROR: Unknown module 'root' Is there a 'root' module designated in the rsyncd.conf file on killerbea ? I don't think you'v

[RSYNC] General Problems

2001-02-14 Thread Rory Savage
I get this when trying to issue a simple rsync command... # rsync -av killerbea::root/etc/mtab /tmp @ERROR: Unknown module 'root' -- Any ideas? -Rory Savage