Re: order transfers by file size

2009-04-09 Thread Felipe Alvarez
From: Yan Seiner y...@seiner.com
To: Victoria Muntean viki...@gmail.com
Date: Wed, 8 Apr 2009 08:32:38 -0700 (PDT)
Subject: Re: order transfers by file size

On Wed, April 8, 2009 8:19 am, Victoria Muntean wrote:
 Is it possible to have rsync order transfers by file size (smallest
 files first) ?

 Ooooh, I like that.  I have a client that has a bad habit of creating  a
 5GB zipfile, that, of course, fails to rsync across 3,000 miles.  Since
 it's a zip file, rsync can't diff the old and new versions; it ends up
 trying to send the whole thing and the connection just isn't reliable
 enough.  It would be nice to be able to transfer everything else first.

 As long as we're on that topic, a size limit on file size to be
 transferred would be nice.
If you are on Unix or GNU, you can try split command and break up
your 5GB into 500MB chunks. Reassemble them with cat when transfer
is (are) complete.

Felipe
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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: order transfers by file size

2009-04-08 Thread Yan Seiner

On Wed, April 8, 2009 8:19 am, Victoria Muntean wrote:
 Is it possible to have rsync order transfers by file size (smallest
 files first) ?

Ooooh, I like that.  I have a client that has a bad habit of creating  a
5GB zipfile, that, of course, fails to rsync across 3,000 miles.  Since
it's a zip file, rsync can't diff the old and new versions; it ends up
trying to send the whole thing and the connection just isn't reliable
enough.  It would be nice to be able to transfer everything else first.

As long as we're on that topic, a size limit on file size to be
transferred would be nice.

--Yan


 Would it be a big patch ?

 Thanks
 Viki
 --
 Please use reply-all for most replies to avoid omitting the mailing list.
 To unsubscribe or change options:
 https://lists.samba.org/mailman/listinfo/rsync
 Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

 !DSPAM:49dcc0b587011804284693!




-- 
Yan Seiner, PE

Support my bid for the 4J School Board
http://www.seiner.com

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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: order transfers by file size

2009-04-08 Thread Paul Slootman
On Wed 08 Apr 2009, Yan Seiner wrote:
 
 As long as we're on that topic, a size limit on file size to be
 transferred would be nice.

--max-size=SIZE don't transfer any file larger than SIZE


Paul
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html