This repository provides a tool for synchronizing two or more folders, ensuring that the contents of one folder are identical to the contents of another folder. The tool is designed to be simple to use and highly efficient, making it a great solution for keeping multiple folders in sync, whether you're working on a local machine.
- Multiple destination synchronization folders
- Real-time monitoring of changes
- Option to exclude specific files and subfolders (soon)
- Ability to run the tool as a background service (soon)
java -jar folder-sync-1.0-SNAPSHOT.jar --source="C:\x" --destination="C:\y" --destination="C:\z"