An open API service indexing awesome lists of open source software.

https://github.com/lfbear/go_sync_file

Sync files between two directory
https://github.com/lfbear/go_sync_file

Last synced: about 1 year ago
JSON representation

Sync files between two directory

Awesome Lists containing this project

README

          

go_sync_file
============

##Intro

sync file between two directory by golang

##Origin

A tool and my practice in golang. This tool will help you sync file between two directory every 10 sec (default, you may change it in source code)

##Usage

./sync_file [source_dir] [target_dir]