zyx
|
ddc9efd155
|
report next scheduled sync time
|
2019-04-11 12:36:18 +08:00 |
|
zyx
|
7eb119b892
|
singleton of worker is not used, so remove it
|
2019-04-11 10:07:42 +08:00 |
|
zyx
|
96f11f57ed
|
throw an error if executing reload command without worker id
|
2019-04-09 22:30:08 +08:00 |
|
Yuxiang Zhang
|
3e6e6f9b14
|
Update tips.md
|
2019-04-07 21:48:57 +08:00 |
|
Yuxiang Zhang
|
b06cadfe06
|
Update tips.md
|
2019-04-07 21:48:00 +08:00 |
|
Yuxiang Zhang
|
9c34372ae4
|
add link to tips.md
|
2019-04-07 21:35:40 +08:00 |
|
Yuxiang Zhang
|
ebbfff40f6
|
Merge pull request #91 from SCU-MingYuan/master
Added some control tips
|
2019-04-07 21:33:33 +08:00 |
|
GaryH4
|
5eeade22fc
|
Update tips.md
|
2019-04-07 19:55:13 +08:00 |
|
GaryH4
|
4b3741308b
|
Update tips.md
|
2019-04-06 23:48:33 +08:00 |
|
GaryH4
|
7d495c1956
|
Update tips.md
|
2019-04-06 23:40:43 +08:00 |
|
GaryH4
|
0bf8400077
|
Added some tips
|
2019-04-06 23:30:04 +08:00 |
|
Yuxiang Zhang
|
c611759394
|
Update get_started.md
|
2019-04-06 11:21:22 +08:00 |
|
Yuxiang Zhang
|
279aa32b68
|
Update get_started.md
|
2019-04-06 11:09:24 +08:00 |
|
Yuxiang Zhang
|
025544449a
|
remove section of certificate generation
|
2019-04-06 10:56:38 +08:00 |
|
zyx
|
90d419ca66
|
add tests for last commit
|
2019-03-31 12:16:45 +08:00 |
|
zyx
|
96cb975412
|
Let user create ZFS dataset manually due to security considerations
|
2019-03-31 12:09:42 +08:00 |
|
王邈
|
ff3e690497
|
Revert "change owner of folder to current user after creating zfs dataset (close #89)"
This reverts commit a58e6d37ae8469ba651ab4b86b8cb4306d180738 and
re-opens #89.
Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
|
2019-03-26 00:30:06 +08:00 |
|
zyx
|
a58e6d37ae
|
change owner of folder to current user after creating zfs dataset (close #89)
|
2019-03-25 23:40:04 +08:00 |
|
zhang
|
7a4a8ad486
|
Merge branch 'master' of github.com:tuna/tunasync
|
2018-10-25 22:52:21 +08:00 |
|
zhang
|
e1c0c25efa
|
add example of worker config
|
2018-10-25 22:52:02 +08:00 |
|
z4yx
|
9ac374527a
|
regenerate travis deploy key
v0.3.3
|
2018-10-25 17:27:32 +08:00 |
|
z4yx
|
f03626d4e1
|
update Get Started document
|
2018-10-25 17:23:02 +08:00 |
|
z4yx
|
23bf4890cc
|
bump version to v0.3.2
v0.3.2
|
2018-10-25 17:07:04 +08:00 |
|
z4yx
|
2f6a61aee5
|
increse test coverage
|
2018-10-25 17:02:05 +08:00 |
|
z4yx
|
b6043142e1
|
test if it works with golang 1.8
|
2018-10-25 16:16:04 +08:00 |
|
zhang
|
6241576b12
|
bug fix: tunasynctl failed to parse datetime when you list jobs of specific worker
|
2018-06-13 10:28:48 +08:00 |
|
bigeagle
|
ef78563b8c
|
Merge pull request #74 from houbaron/patch-1
Update README.md
|
2018-05-31 21:25:55 +08:00 |
|
bigeagle
|
ca106f1360
|
Merge pull request #82 from tuna/dev
New feature: remove a worker with tunasynctl
|
2018-05-31 21:22:46 +08:00 |
|
Miao Wang
|
628266ac5a
|
Merge pull request #81 from tuna/wip-override-concurrent-limit
New feature: run "tunasynctl start" with "-f" to override the limit of concurrent jobs
|
2018-05-31 14:22:03 +08:00 |
|
Yuxiang Zhang
|
7e601d9fff
|
New feature: remove a worker with tunasynctl
Fix #78
|
2018-05-31 12:32:22 +08:00 |
|
z4yx
|
c750aa1871
|
new feature: run "tunasynctl start" with "-f" to override concurrent job limit
|
2018-05-30 18:59:24 +08:00 |
|
Yuxiang Zhang
|
6cbe91b4f1
|
new command: jobForceStart
|
2018-05-30 16:07:07 +08:00 |
|
Yuxiang Zhang
|
89a792986d
|
increase test coverage rate of job & provider
|
2018-05-30 14:00:10 +08:00 |
|
Yuxiang Zhang
|
0fdb07d061
|
bug fix: log over-written in twoStageRsyncProvider
solve more DATA RACE problem
|
2018-05-30 12:28:09 +08:00 |
|
Yuxiang Zhang
|
c5bb172f99
|
increase test coverage rate of job.go
|
2018-05-30 11:45:05 +08:00 |
|
Yuxiang Zhang
|
79e6167028
|
fix race condition on logFile of baseProvider
|
2018-05-30 01:46:16 +08:00 |
|
Miao Wang
|
285ffb2f2f
|
Merge pull request #80 from tuna/dev
Fix the "list" command of tunasynctl
|
2018-05-29 21:42:57 +08:00 |
|
Yuxiang Zhang
|
95bb4bbd5e
|
report the last ended time (updated whether successful or not) of jobs
|
2018-05-29 21:21:03 +08:00 |
|
Yuxiang Zhang
|
6bca9d2cd5
|
fix TestHTTPServer in manager package
|
2018-05-29 19:07:01 +08:00 |
|
Yuxiang Zhang
|
4fe7d03e54
|
Move the WebMirrorStatus to internal package. Fix the list command of tunasynctl
|
2018-05-29 18:48:33 +08:00 |
|
Baron Hou
|
1fe9499728
|
Update README.md
|
2017-09-29 18:14:11 +08:00 |
|
bigeagle
|
a475b044c6
|
feat(worker): add 'use_ipv4' option for rsync provider
|
2017-09-08 00:15:48 +08:00 |
|
bigeagle
|
a50a360a91
|
Revert "feat(worker): add '-4' option to rsync when 'use_ipv6' is false"
This reverts commit d536aca2ac42e74a0902546d28b7de0e7f639195.
|
2017-09-08 00:12:40 +08:00 |
|
bigeagle
|
d536aca2ac
|
feat(worker): add '-4' option to rsync when 'use_ipv6' is false
|
2017-09-06 23:22:55 +08:00 |
|
bigeagle
|
28545d61e7
|
Merge pull request #68 from l2dy/master
Update README.md
|
2017-05-29 11:03:27 -05:00 |
|
Zero King
|
a87fb0f8b4
|
Update README.md
|
2017-05-29 15:42:10 +00:00 |
|
Jason Lau
|
095e7c6320
|
Merge pull request #65 from felixonmars/patch-1
Fix a typo: Fisrt -> First
|
2017-03-30 15:31:46 +08:00 |
|
Felix Yan
|
7b441312f4
|
Fix a typo: Fisrt -> First
|
2017-03-30 13:27:40 +08:00 |
|
7IN0SAN9
|
563860d424
|
fix #63
|
2017-03-27 13:09:56 +08:00 |
|
bigeagle
|
93194cde2e
|
Merge pull request #60 from tuna/dev
Dev
v0.2.0a3
|
2016-12-19 01:10:38 +08:00 |
|