jnSynch
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2009) |
| This article may not meet the notability guidelines for products and services. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (June 2009) |
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
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (June 2009) |
External links
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages with broken file links
- Orphaned articles from February 2009
- Articles with invalid date parameter in template
- All orphaned articles
- Articles with topics of unclear notability from June 2009
- All articles with topics of unclear notability
- Articles lacking sources from June 2009
- All articles lacking sources
- Java programming language