Skip to content

Softianix/synchro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Build the project using make build
  2. Run the program using the command:
bin/synchro sync --source_dir <src> --destination_dir <dst>

shorthand flags are also supported:

bin/synchro sync --src <src> --dst <dst>

--delete_missing optional flag can be used to delete files in the destination directory that are not present in the source directory anymore long version:

bin/synchro sync --source_dir <src> --destination_dir <dst> --delete_missing

shorthand version:

bin/synchro sync --src <src> --dst <dst> -d

About

synchro is simple dir synchronization CLI app written in Golang using only stdlib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published