You can edit almost every page by Creating an account. Otherwise, see the FAQ.

jnSynch

From EverybodyWiki Bios & Wiki


jnSynch is a light-weight file synchronization engine written in Java, and released as open source through GPL license.

jnSynch was inspired in rsync and aims to provide an easy way to perform incremental/differential backups that are gentle to computer resources such as CPU usage, memory footprint and network bandwidth usage.

As in PGP (Pretty Good Privacy) toolset, jnSynch can be thought as a Pretty Good Incremental File Sychronization Solution.

It recursively synchronizes a source folder to a target folder. For that, it uses a very simple algorithm of comparing file's "last change date" attribute, between source and target folders, when the attribute is different between source and target, the engine replaces the target file with a fresh copy from the source and updates its "last changed date" attribute to exactly that of the source file.

It was first released to public on September 6, 2008. It is actively hosted in SourceForge.net and code.google.com. It was later scheduled for deletion in code.google.com, so that it is centralized hosted in Sourceforge.Net.

References[edit]

External links[edit]


This article "JnSynch" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:JnSynch. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.