Re: [HELP] rsync recursive jumps across directories
Ian Z via rsync <[email protected]> Tue, 9 Jul 2024 09:29:19 -0700
| Newsgroups | gmane.network.rsync.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 09, 2024 at 11:37:19AM GMT, BP25 via rsync wrote: > In other words, the recursion did not happen linearly (according to > the tree structure of either the sender or the receiver). This is > very counter-intuitive: I'd expect that every line which lies > between any two lines of the form "A/B/..." would also have to start > by "A/B/..." Breadth-first search of the source tree could have this effect. IOW, imagine rsync pushing the names onto a queue, instead of a stack. But I don't know if that is what actually happens - just a guess. -- Ian -- 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