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
- Host: GitHub
- URL: https://github.com/lfbear/go_sync_file
- Owner: lfbear
- Created: 2014-05-04T03:55:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T04:24:36.000Z (about 12 years ago)
- Last Synced: 2025-02-17T05:56:45.452Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 816 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]