Re: Doubt in Rsync !!

2002-02-04 Thread Lakshminarayanan Radhakrishnan
Dear Mr.Tim, Thank you very much for your valuable suggestions. Now I am able to mirror the set  of files from one system to  another system which are on the net. Yesterday, I calculated it is mirroring  188MB file in 63 sec from one side to another side. Good performance.  Is anywhere  the perfo

Re: How to report squelching.

2002-02-04 Thread Albert Chin
On Mon, Feb 04, 2002 at 09:41:31AM -0700, CRUISE,DAVID (A-FtCollins,ex1) wrote: > We need to email a daily reminder of the systems and services that have had > notification disabled. My guess is that it is in ~netsaint/var somewhere, > but it is not obvious, could just be me 8^\ . > > Parsing wh

Re: Tweak for add_exclude() -vvv output

2002-02-04 Thread Martin Pool
On 30 Jan 2002, Wayne Davison <[EMAIL PROTECTED]> wrote: > Here's an improved version of an old patch that I submitted. It > improves the -vvv output when using --exclude and --include options: OK, applied. -- Martin

rsync dir in _both_ directions?

2002-02-04 Thread Jack McKinney
I felt certain there was an option to do this, but I cannot find it. I want to rsync a directory on machine A over to machine B, and then rsync the directory on machine B back to machine A. The idea is this: I read my email using mutt, which is set to save my email in ~/Mail in maildir fo

Re: A little patch

2002-02-04 Thread Dave Dykstra
On Sun, Feb 03, 2002 at 10:25:26PM +0100, Olivier Thauvin wrote: > I' ve write a little patch for rsync. > > I'm not a programmer but when I mirror pas cooker package of mandrake, I want > to the file for 15 days, even if the file has been delete on the server. > > I add the option --heeptime=x

Re: Rsync 2.5.2 -v too verbose?

2002-02-04 Thread Martin Pool
I guess the argument about not breaking scripts also applies to Wayne's otherwise good suggestion of showing file sizes in -v output. -- Martin

Re: Rsync 2.5.2 -v too verbose?

2002-02-04 Thread Martin Pool
On 30 Jan 2002, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Wed, 30 Jan 2002, Dave Dykstra wrote: > > Martin has put in the below feature in rsync 2.5.2 for using a shell. I've > > already had one user complain about it. I think it would be better at the > > -vv level. > > Yes, I agree that -

Module options with SSH

2002-02-04 Thread Daniel Ouellet
Am I wrong by thinking that so far with all my test that the module options are useless when you are doing rsync +ssh. Why I am saying this is that even is I have a section [module] hosts allow 192.168.2.2 etc. and my IP address is not that one, I still get access to the rsync server and can tr

Re: Cygwin, Rsync, and Raid5

2002-02-04 Thread Dave Dykstra
On Mon, Feb 04, 2002 at 11:22:49AM -0800, James Couzens wrote: > Dave, > > Any more thoughts on what the problem could be? I sent a response direct > to you over the weekend without a CC to the list, wondering if you received > it. I got them, but I'm pretty much out of ideas. All rsync does

Path restriction in RSync

2002-02-04 Thread Daniel Ouellet
Hi, I am loosing myself here. Please correct me as I obviously don't get it yet. I read the information on multiple sites so far about rsync and I thought that: [simple_path_name] path = /rsync_files_here comment = My Very Own Rsync Server uid = nobody gid = nobody read only = no

Re: Cygwin, Rsync, and Raid5

2002-02-04 Thread James Couzens
Dave, Any more thoughts on what the problem could be? I sent a response direct to you over the weekend without a CC to the list, wondering if you received it. Cheers, James -- James Couzens Network Manager, Market News Publishing (604) 689-1101 TEL (604) 689-1106 FAX [EMAIL PROTECTED]

SIGUSR1 or SIGINT error

2002-02-04 Thread David Birnbaum
Howdy, We occassionally get the following error when running our nightly backups: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) This happens more on one or two machines than on any of the others. We've looked high and low to see if we're mistakenly sending these signals,

Re: Doubt in Rsync !!

2002-02-04 Thread tim . conway
I just played back your mail in my head, and realized that you mentioned the rsync server. I read your command, from which it was plain that you were NOT trying to contact a rsync server, and gave instructions based on that. In case you were trying to contact a rsync server (rsyncd), I sugge

How to report squelching.

2002-02-04 Thread CRUISE,DAVID (A-FtCollins,ex1)
Hello and thank you, We need to email a daily reminder of the systems and services that have had notification disabled. My guess is that it is in ~netsaint/var somewhere, but it is not obvious, could just be me 8^\ . Parsing what file(s), and looking for what values, will produce a report of di

Re: Doubt in Rsync !!

2002-02-04 Thread tim . conway
Ok: You're using an external transport (rsh, unless you've defined RSYNC_RSH as something else(probably ssh)). First thing to check is whether you can rsh to destinationmachine. See what happens if you do "rsh destinationmachine uname -a". Does this report back the information for destinat

Doubt in Rsync !!

2002-02-04 Thread Lakshminarayanan Radhakrishnan
Sir, How to run the  rsync server in the remote machine. I want to mirror the set of directories from one machine to another machine which are in the network.  I used the following command :   /usr/sbin/rsync -vv --delete --recursive --times --perms --update  source directory