patgrosse / AsyncFolderCompare

A simple folder comparisation tool that lets you sync folders at different times in different places

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsyncFolderCompare

Travis build status Gitlab build status

A simple folder comparisation tool that lets you sync folders at different times in different places

Supported OS

  • Windows (32 and 64 bit)
  • Mac OS X
  • Linux (x86 32 and 64 bit, amd64)

Build instructions

Required software

  • JDK 8
  • Maven (only tested with v3)

Build commands

Run the following command to build AsyncFolderCompare manually:

mvn package

This will create two runnable JAR files:

  • target/asyncfoldercompare-x-gui.jar: graphical frontend application
  • target/asyncfoldercompare-x-cli.jar: command line application

About

A simple folder comparisation tool that lets you sync folders at different times in different places

License:Apache License 2.0


Languages

Language:Java 100.0%