vote up 2 vote down star

Do you know any (open source) Java library that provides file synchronization/backup functionality?

Many thanks.

flag

2 Answers

vote up 1 vote down check

http://jfilesync.sourceforge.net/ might be handy -- an application rather than a library, but since it supports both GUI and CLI operation I assume there's a reasonable API for the functionality in there somewhere, and since it's GPLed you can hack and graft it to fit your requirements.

link|flag
vote up 1 vote down

This might be way more than you're looking for, but have you looked at the Java Content Repository API? It's built on top of Apache Jackrabbit, so that may be more to your liking.

link|flag
It is indeed more than what I need :-) Thanks for sharing the link, I wasn't aware of this. – Rui Vieira Dec 8 '08 at 17:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.