search for: biperuma

Displaying 3 results from an estimated 3 matches for "biperuma".

2002 Jul 22
2
rSync on RTOS
Hi All, I need one information How much effort is required to port the the rSync utility to any of the RTOS available? (how much is the linux dependent code in the implementattion?) regards Thanks in Advance Biju -- Biju Perumal HCL Technologies Ltd. Voice +91-44-3728366 (Xtn-1134) http://san.hcltech.com
2002 Jul 29
0
Preserving Permissions using server
...; To unsubscribe or change options: > http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html > > > > > > --__--__-- > > Message: 7 > Date: Mon, 29 Jul 2002 21:41:54 +0530 > From: Biju Perumal <biperuma@npd.hcltech.com> > To: rsync@lists.samba.org > Subject: Fundamental rsync design question. > > Hi folks, > > Was looking at a commercial product which does something similar > to rsync. > It seems to optimise incremental change determination by logging the > chan...
2002 Jul 29
1
Fundamental rsync design question.
Hi folks, Was looking at a commercial product which does something similar to rsync. It seems to optimise incremental change determination by logging the changes that have occured since the first full transfer happened, using techniques common in snapshot techniques. Is there any reason for rsync not using this approach ? Is it the space constraints imposed by a logging approach or