A simple folder comparisation tool that lets you sync folders at different times in different places
- Windows (32 and 64 bit)
- Mac OS X
- Linux (x86 32 and 64 bit, amd64)
- JDK 8
- Maven (only tested with v3)
Run the following command to build AsyncFolderCompare manually:
mvn package
This will create two runnable JAR files:
target/asyncfoldercompare-x-gui.jar
: graphical frontend applicationtarget/asyncfoldercompare-x-cli.jar
: command line application