Is it possible for rsync to order the files it sends by create/modify time so that it sends the more recent files first? Many thanks in advance, Chris -- View this message in context: http://old.nabble.com/rsync-most-recently-modified-created-files-first--tp26911069p26911069.html Sent from the Samba - rsync mailing list archive at Nabble.com.
On Wed, Dec 23, 2009 at 10:46:15PM -0800, snowc wrote:> Is it possible for rsync to order the files it sends by create/modify > time so that it sends the more recent files first?No, rsync currently only processes files in sorted name order. See the --delay-updates option and the support/atomic-rsync script for some of the updating options that rsync supports, but neither of those changes the order that the files are transferred. ..wayne..