Name | Modified | Size | Downloads / Week |
---|---|---|---|
CloneManager_V1.1 | 2014-10-07 | ||
CloneManager_V1.0 | 2014-09-30 | ||
CloneManager.zip | 2014-09-26 | 13.5 MB | |
README.md | 2014-09-12 | 628 Bytes | |
Totals: 4 Items | 13.5 MB | 3 |
Goal
Two goals : Allow to find duplicate files on computer / find files which haven't been backed up
Installation
Requirements : At least Java 1.8 (can be downloaded here 'http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html')
- Extract the archive content
- Open a console
- execute the following command (replace 'pathToJava' and 'pathToExtractedArchive' with the suitable values) unix/linux : /pathToJava/java -jar /pathToExtractedArchive/CloneManager-GUI-1.0-SNAPSHOT.jar windows : \pathToJava\java -jar \pathToExtractedArchive\CloneManager-GUI-1.0-SNAPSHOT.jar