Displaying 4 results from an estimated 4 matches for "perumal".
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
1
Fundamental rsync design question.
...Is there any reason for rsync not using this approach ? Is it the
space constraints
imposed by a logging approach or something ? Cos, this logging/snapshot
approach
definitely seems less cpu intensive, faster and more reliable (using a
checkpoint
algo).
Any thoughts welcome,
Regards,
Biju Perumal
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...
2013 May 13
1
Session rekeying support in OpenSSH
Hi,
I am using OpenSSH_5.2p1. It seems ssh server doesn't support key
regeneration after a specified amount of time. I manually verified the
OpenSSH_5.2p1 and OpenSSH-6.2 source codes and haven?t found any code
support for session rekeying in both releases.
SSH2 supports session rekeying using the parameter ?RekeyIntervalSeconds?
with default value 3600 seconds (one hour) in both