keshav11 / FolderSync

Application that maintains backups of a folder automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

FolderSync

FolderSync is a commandline application that maintains backups of a folder automatically. It will update the contents of the backups on update of the primary.

Running FolderSync

Use the following steps to clone and run FolderSync

git clone https://github.com/keshav11/FolderSync.git
cd FolderSync
ant compile
cd out
java foldersync.FolderSync path_to_folder1 path_to_folder2

License

MIT License

About

Application that maintains backups of a folder automatically

License:MIT License


Languages

Language:Java 98.3%Language:Shell 1.7%