This is a discussion on Re: Rsync recently modified files first within the Rsync forums, part of the Networking and Network Related category; On Sun 13 Apr 2008, Joe Henning wrote: > I'm using rsync to mirror/transfer files between a remote ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun 13 Apr 2008, Joe Henning wrote:
> I'm using rsync to mirror/transfer files between a remote server and > my local server. I've recently been given some new transfer > requirements --- I now have transfer files from the remote to local > server in a "reverse timelike" fashion; i.e., I have to transfer > most-recently modified/created files first and then work backwards in > time. From what I've read in the documentation, I don't think rsync > can do this for me. Can it? If not, is it an "easy" modification to > make? How would one go about doing it? Thanks. rsync always transfers files in order of filename, as that is the best way of comparing two lists to find the differences. Perhaps --delay-updates could be helpful? Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |
![]() |
| Thread Tools | |
| Display Modes | |
|
|