Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 671 Bytes

folder-sync

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.

Features

  • 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)

How to run :

java -jar folder-sync-1.0-SNAPSHOT.jar --source="C:\x" --destination="C:\y" --destination="C:\z"