selective dirs only

2003-06-15 Thread Res
Hi All, Just to get the jist of things, trying to sort 5 diff rsyncs into the same process:)if I want to copy only say 2 dirs and everything under them when use include exclude, I have to define the dir first then the dir/all ?like : rsync -azr host::/top_dir --include pub/ --include

Re: selective dirs only

2003-06-15 Thread jw schultz
On Sun, Jun 15, 2003 at 08:20:58PM +1000, Res wrote: Hi All, Just to get the jist of things, trying to sort 5 diff rsyncs into the same process:)if I want to copy only say 2 dirs and everything under them when use include exclude, I have to define the dir first then the dir/all ?

Re: selective dirs only

2003-06-15 Thread Res
Only if you don't care about the contents of subdirectories. If you wanted to get all files and subdirectories of pub you would want --include=/pub/ --include=/pub/** Ahh ok, I thought the -r would take care of all files and dirs under it. -- To unsubscribe or change options:

2003 edition, Financing, Grants, Loans Subsidies.

2003-06-15 Thread Canadian Business Resource Centre
Canadian Subsidy Directory 4865 Hwy 138,R.R 1 Saint-Andrews West Ontario, KOC 2A0 PRESS RELEASE CANADIAN SUBSIDY DIRECTORY 2003 EDITION The newly revised Canadian Subsidy Directory 2003 edition is now available. This edition is a complete and affordable reference directory for anyone looking

crash on 2 gig file

2003-06-15 Thread Brian K. White
Hi, I'm still waiting for my list subscription but if I don't send in this bug report now I won't for who-knows-how-long and I want to get it in I'm using 2.5.6 compiled from cvs on SCO Open Server 5.0.6 bothe machines are the same version of OS and the same copy of rsync. on my live machine

Re: crash on 2 gig file

2003-06-15 Thread Tomasz Ciolek
Does SCO support files over 2GB in size? TMC On Wed, Jun 11, 2003 at 04:16:38PM -0400, Brian K. White wrote: Hi, I'm still waiting for my list subscription but if I don't send in this bug report now I won't for who-knows-how-long and I want to get it in I'm using 2.5.6 compiled from

Re: crash on 2 gig file

2003-06-15 Thread Brian K. White
On Wed, Jun 11, 2003 at 04:16:38PM -0400, Brian K. White wrote: ... 2.5.6 (protocol 26) from cvs on SCO Open Server 5.0.6 both machines are the same version of OS and the same copy of rsync. ... file on LIVE is 0 bytes file on BACKUP is 2 gigs on BACKUP you run: rsync -az

Re: crash on 2 gig file

2003-06-15 Thread Brian K. White
Tomasz Ciolek wrote: I assume you mean you have a single 2gb file, not 2gb worth worth of files . The 2gb barrier is probably your problem. Rsync will try to create a file lists, and with a 2gb files in store you will make large RAM usage a norm. Now when a file is being updated, you

Re: crash on 2 gig file

2003-06-15 Thread jw schultz
On Mon, Jun 16, 2003 at 12:10:03AM -0400, Brian K. White wrote: Tomasz Ciolek wrote: On Wed, Jun 11, 2003 at 04:16:38PM -0400, Brian K. White wrote: ... 2.5.6 (protocol 26) from cvs on SCO Open Server 5.0.6 both machines are the same version of OS and the same copy of rsync. ... file on