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 ---

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

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

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 Harborne

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

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

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: 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: 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 if I

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

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 time

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 there wasn't

CVS update: rsync

2006-02-28 Thread Wayne Davison
Date: Tue Feb 28 21:48:45 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22137 Modified Files: NEWS Log Message: One more bugfix. Revisions: NEWS1.377 = 1.378 http://www.samba.org/cgi-bin/cvsweb/rsync/NEWS?r1=1.377r2=1.378

CVS update: rsync/patches

2006-02-28 Thread Wayne Davison
Date: Tue Feb 28 21:49:42 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv22231 Modified Files: dynamic_hash.diff Log Message: Most of the patch got applied to the trunk, so what remains is just the bit that makes the hash table

CVS update: rsync

2006-02-28 Thread Wayne Davison
Date: Wed Mar 1 00:59:22 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv21494 Modified Files: NEWS Log Message: Improved a couple sentences. Revisions: NEWS1.378 = 1.379

CVS update: rsync

2006-02-28 Thread Wayne Davison
Date: Wed Mar 1 01:05:09 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25766 Modified Files: rsync.1 Log Message: Regenerated. Revisions: rsync.1 1.372 = 1.373 http://www.samba.org/cgi-bin/cvsweb/rsync/rsync.1?r1=1.372r2=1.373

CVS update: rsync

2006-02-28 Thread Wayne Davison
Date: Wed Mar 1 01:04:57 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv25461 Modified Files: rsync.yo Log Message: A couple more improvements for --list-only. Revisions: rsync.yo1.360 = 1.361