You can edit almost every page by Creating an account and confirming your email.

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 by 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 the PGP (Pretty Good Privacy) toolset, jnSynch can be thought of as a Pretty Good Incremental File Synchronization 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 the public on September 6, 2008. It is actively hosted on SourceForge.net and code.google.com. It was later scheduled for deletion on code.google.com, so it is now centralized and hosted on Sourceforge.Net.

References

External links


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.