Re: Rsync help needed...

2006-02-28 Thread Matthew Hannigan
On Tue, Feb 28, 2006 at 07:45:20AM -0800, lsk wrote: > > > Matt I have strange results to report I transferred 300 oracle datafiles of > total 30 GB in size. Using the option " rsync -zv --no-whole-file --stats" > it took 1:15 min and using "rsync -cvz" options earlier had took 1:25 min so > the

Re: Rsync help needed...

2006-02-28 Thread Matt McCutchen
On Tue, 2006-02-28 at 07:43 -0800, lsk wrote: > Matt I have strange results to report I transferred 300 oracle datafiles of > total 30 GB in size. Using the option " rsync -zv --no-whole-file --stats" > it took 1:15 min and using "rsync -cvz" options earlier had took 1:25 min so > there wasn't much

Re: Rsync help needed...

2006-02-28 Thread Matt McCutchen
On Tue, 2006-02-28 at 09:20 -0500, Linus Hicks wrote: > rsync -a srchost:/ / --files-from=dbf-list > > and dbf-list would contain this: > > p02/oradata/OSID/redo01.log > p03/oradata/OSID/redo02.log > p04/oradata/OSID/redo03.log > p01/oradata/OSID/system01.dbf > p04/oradata/OSID/undotbs01.dbf > p0

Re: Copying many sources to different places inside a destination

2006-02-28 Thread Matt McCutchen
On Mon, 2006-02-27 at 23:18 -0800, Wayne Davison wrote: > A similar symlink solution could be done on the source side using the > new --copy-dirlinks option, but only if the nesting of directories > allowed it to happen (which does not seem to be the case in your > example). That would also work i

Re: Crazy excludes

2006-02-28 Thread Matias Surdi
Wayne Davison escribió: On Tue, Feb 28, 2006 at 12:54:53PM +0100, Matias Surdi wrote: #NEXT COMMAND, IS JUST AN "ECHO" OF THE COMMAND THAT WILL BE RUN IN NEXT STEP. - rsync -a -v --delete --timeout 120 --

Re: Crazy excludes

2006-02-28 Thread Wayne Davison
On Tue, Feb 28, 2006 at 12:54:53PM +0100, Matias Surdi wrote: >#NEXT COMMAND, IS JUST AN "ECHO" OF THE COMMAND THAT WILL BE > RUN IN NEXT STEP. > - > rsync -a -v --delete --timeout 120 --exclude='/msurdi/*

Re: Rsync help needed...

2006-02-28 Thread lsk
On Fri, 2006-02-24 at 11:08 -0800, lsk wrote: > I have been using the following syntax.. > > rsync -cvz /d01/app/testfile1.dbf tarser:/t01/app/testfile1.dbf > > but I would change to the one below and test a 40 GB transfer and see the > results... > > rsync -zv --no-whole-file --stats /d01/ap

Re: Rsync help needed...

2006-02-28 Thread lsk
On Fri, 2006-02-24 at 11:08 -0800, lsk wrote: > I have been using the following syntax.. > > rsync -cvz /d01/app/testfile1.dbf tarser:/t01/app/testfile1.dbf > > but I would change to the one below and test a 40 GB transfer and see the > results... > > rsync -zv --no-whole-file --stats /d01/ap

Re: Rsync with bwlimit

2006-02-28 Thread Reuben Pearse
Hi, Here's one I sometimes use which limits the bandwidth to a maximum of 64k rsync -avz --bwlimit=64 10.0.10.130::Backup /backupdir -- Reuben Pearse Principal Technical Consultant [EMAIL PROTECTED] T +44 121 428 4440   F +44 121 428 3454 PSL  The Old Sewing Factory  5a Greenfield Road  Harbo

Re: Rsync help needed...

2006-02-28 Thread Linus Hicks
Matt McCutchen wrote: On Mon, 2006-02-27 at 06:58 -0800, lsk wrote: Could you give an example with syntax for rsync using file option "--files-rom=FILE". If my-list in the current directory contains a b b/c b/d b/d

Rsync with bwlimit

2006-02-28 Thread redlotus72
Hi, Any one give me some sample code with bwlimit option. what's is the std/ recommended value for this? -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Crazy excludes

2006-02-28 Thread Matias Surdi
I'm stuck!!! Look this command line log: -bash-2.05b# pwd /usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh -- #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL --- -bas