Skip to content

sarpaslan/folder-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folder-sync

Syncs two folders between them.

Usage: sync <source_folder> <target_folder>

If there is no target folder, it will be created.

Copies files from source to target if they do not exist in the target folder.

If any file in the target folder is newer than its counterpart in the source folder, it will be copied from the target folder to the source folder too. So its 2 way sync. *It only checks for date not for content changes. This is not platform-independent and likely contains several bugs and its not even a good solution but it does what I need for now.

About

Syncs two folders if there is any changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages