Hello Everyone, I have been reading the rsync code for the past few days and Iam finding it hard to understand how the file list works. The info that I am looking for is - "Are the files processed in the same order in both the receiver and generator processes?". Thanx in advance for all the replies. zahed. -- View this message in context: http://www.nabble.com/How-does-flist-work-tp16217998p16217998.html Sent from the Samba - rsync mailing list archive at Nabble.com.
On Sat, Mar 22, 2008 at 02:06:02AM -0700, zahed wrote:> The info that I am looking for is - "Are the files processed in the > same order in both the receiver and generator processes?".The generator controls the action. The receiver just reacts to the data that arrives from the sender (which tells it what file to recreate), and the sender is reacting to the data the comes from the generator. ..wayne..
>Because the files that the receiving side is reconstructing are those >of the sending side, so we need to know the state of the files on the >sending side to check for the new/changed/extraneous files on the >receiving side.Thanks wayne. zahed -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html -- View this message in context: http://www.nabble.com/How-does-flist-work-tp16217998p16245221.html Sent from the Samba - rsync mailing list archive at Nabble.com.
Seemingly Similar Threads
- Need ideas for project
- DO NOT REPLY [Bug 5407] New: hlink.c:480: finish_hard_link: Assertion `flist != ((void *)0)' failed.
- lmer error:flist must be a non-empty list
- 3.0.0pre2(cvs) error: check_for_finished_files: Assertion `flist != ((void *)0)' failed.
- transfer interrupted (code 3) at flist.c(812)