https://github.com/shuai132/qsync
本地文件和七牛云同步工具
https://github.com/shuai132/qsync
golang qiniu qiniu-uploader
Last synced: about 2 months ago
JSON representation
本地文件和七牛云同步工具
- Host: GitHub
- URL: https://github.com/shuai132/qsync
- Owner: shuai132
- Created: 2018-12-25T12:41:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T00:15:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T01:43:57.888Z (3 months ago)
- Topics: golang, qiniu, qiniu-uploader
- Language: Go
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QSync
用于自动同步本地文件夹到七牛云空间
## Introduction
七牛云有官方工具[qshell](https://developer.qiniu.com/kodo/tools/1302/qshell) 但是不太好用## How it works
对比本地文件和服务器文件hash,不一致或新文件则上传。## How to use
1. 创建配置文件
```bash
cp conf.example.yml conf.yml
```
修改conf.yml中的配置2. 编译运行
```bash
go build
./QSync
```