C# .Net directory watcher service for Windows to replicate a folder structure in alternate location
FolderSync is a Windows service that maintains a replica of a file system directory tree in a different file system location
Before you begin, ensure you have met the following requirements:
Visual Studio 2019
for build, run and packagingAdministrator rights required
To install:
InstallUtil <path/to/>FolderSync.exe
To uninstall:
InstallUtil /u <path/to/>FolderSync.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Zooloo\FolderSync
SourcePath
(folder to be monitored) and TargetPath
(location to hold the replica)Services
appletFor feature requests or bug fixes
To contribute to FolderSync, follow these steps:
git checkout -b <branch_name>
.git commit -m '<commit_message>'
git push origin <project_name>/<location>
Alternatively see the GitHub documentation on creating a pull request.
This project uses the following license: GNU General Public License v3.0.