mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 14:12:47 +00:00
Merge branch 'master' of github.com:tuna/tunasync
This commit is contained in:
commit
7a4a8ad486
@ -35,9 +35,10 @@ deploy:
|
|||||||
file:
|
file:
|
||||||
- "build/tunasync-linux-bin.tar.gz"
|
- "build/tunasync-linux-bin.tar.gz"
|
||||||
api_key:
|
api_key:
|
||||||
secure: "F9kaVaR1mxEh2+EL9Nm8GZmbVY98pXCJA0LGDNrq1C2vU61AUNOeX6yI1mMklHNZPLBqoFDvGN1M5HnJ+xWCFH+KnJgLD2GVIAcAxFNpcNWQe8XKE5heklNsIQNQfuh/rJKM6YzeDB9G5RN4Y76iL4WIAXhNnMm48W6jLnWhf70="
|
secure: ZOYL/CALrVJsZzbZqUMSI89Gw4zsBJH1StD/2yTyG45GfKgvtK4hG0S5cQM/L0wcikjEkgxSMsmr4ycq+OwbN++gc0umfoAQ/VSjzetiobAlT1E854aRKRjT82WxYdnPW2fsFjuEJTcyZmcbgJGTMi86MDt7w8tEjLomhd1+rUo=
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
repo: tuna/tunasync
|
||||||
|
@ -90,6 +90,14 @@ $ tunasync worker --config ~/tunasync_demo/worker.conf
|
|||||||
|
|
||||||
本例中,镜像的数据在`/tmp/tunasync/`
|
本例中,镜像的数据在`/tmp/tunasync/`
|
||||||
|
|
||||||
|
### 控制
|
||||||
|
|
||||||
|
查看同步状态
|
||||||
|
|
||||||
|
```
|
||||||
|
$ tunasynctl list -p 12345 --all
|
||||||
|
```
|
||||||
|
|
||||||
## 更进一步
|
## 更进一步
|
||||||
|
|
||||||
可以参看
|
可以参看
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package internal
|
package internal
|
||||||
|
|
||||||
const Version string = "0.3.2"
|
const Version string = "0.3.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user