Skip to content

Windows service project to sync operation and permission management.

Notifications You must be signed in to change notification settings

masudme09/folderSyncDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FolderSync

Windows service project to sync operation and permission management.

The purpose of this project is to implement a Windows service for synchronizing the operations and permission management between two directories. Due to security concerns, one of the directories is inaccessible to certain users, which necessitated the development of this tool to facilitate synchronization between the two. Essentially, the service runs in the background and continuously monitors the targeted directory for any modifications. When a change is detected, the tool applies the same operation to the directory that requires updating. Rather than performing a complete deletion and copy of all files, the tool selectively copies or deletes only the files that have been modified.

About

Windows service project to sync operation and permission management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages