Skip to content

tarbii/TaraSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaraSync

WinForms application implementing MVP pattern which synchronizes files in two folders.

#####How it works TaraSync uses serialized snapshot from previous synchronization (Dictionary with file path as a key and file hash as a value) to synchronize files in folders. Snapshot is created after synchronization and is stored in one of the synchronized folders. It is saved inside a newly created folder with new guid as a name. Same folder (but empty) is created in the other synchronized folder in order to identify next time if they were previously synchronized.

Caution: Be careful using this app. Don't make mess with your files :)

About

WinForms application to synchronizes files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages