Miao Wang
|
2f9e96a75a
|
add --filter "risk .~tmp~/" to rsync options
This option is for delete `.~tmp~/` folder upon successful sync,
`--delete-excluded` will not be needed.
|
2020-09-15 20:01:24 +08:00 |
|
Chen
|
984f8a1eb5
|
Update two stage rsync profiles (#135)
* Update two stage rsync profiles
* Fix tests of two stage rsync provider
|
2020-09-14 14:48:20 +08:00 |
|
zyx
|
d8963c9946
|
test rsync inside a Docker container
|
2020-06-03 21:51:04 +08:00 |
|
zyx
|
c00eb12a75
|
Two new options for rsync provider
- rsync_no_timeout=true/false # disable --timeout option
- rsync_timeout=n # set --timeout=n
related to issue #121
|
2020-06-03 13:26:49 +08:00 |
|
zyx
|
e47ba2097e
|
add a timeout field to providers
|
2020-05-25 18:24:05 +08:00 |
|
z4yx
|
38b0156fae
|
[bug fix] provider is not terminated if premature stop command received
|
2020-05-09 18:42:54 +08:00 |
|
z4yx
|
001703a059
|
CI runs slower, give it more time
|
2020-03-29 12:01:39 +08:00 |
|
z4yx
|
91209cab60
|
translate rsync exit code to error message (solve #20). May help #109 and #110
|
2020-03-28 16:26:40 +08:00 |
|
zyx
|
b1f2679fbf
|
[cmd provider] add support of match size in logs
|
2020-03-20 10:30:44 +08:00 |
|
zyx
|
aee1a705b7
|
remove "--contimeout=120" from default rsync options
|
2020-03-16 22:23:47 +08:00 |
|
z4yx
|
b490c22984
|
add test of rsyncEnv
|
2020-03-16 21:16:23 +08:00 |
|
z4yx
|
8b0ef2bb53
|
fix the test
|
2020-03-14 11:11:10 +08:00 |
|
z4yx
|
b25be80670
|
extra options should only be applied to the second stage
|
2020-03-14 11:01:34 +08:00 |
|
z4yx
|
51e7f1d573
|
add TestRsyncProviderWithOverriddenOptions
|
2020-03-13 17:02:38 +08:00 |
|
z4yx
|
908f098c72
|
[mirror config] job fails on pattern match in log
|
2020-03-09 21:48:06 +08:00 |
|
Yuxiang Zhang
|
22cfdfc9c2
|
[mirror config] extra rsync options (#107)
* support "rsync_options" array in config
* add test for new options
* fix tests
|
2020-03-09 20:48:09 +08:00 |
|
zyx
|
d0deeb19a9
|
extract mirror size from rsync provider automatically
|
2019-04-13 01:27:35 +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
|
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 |
|
bigeagle
|
ebeee6bc34
|
feat(worker): added username option for rsync providers
|
2016-06-14 21:37:03 +08:00 |
|
bigeagle
|
ccc31d9289
|
refactor(worker): added Type() method to provider
|
2016-05-08 16:26:58 +08:00 |
|
bigeagle
|
13161d77cf
|
feature(worker): two-stage-rsync provider
|
2016-04-30 16:40:12 +08:00 |
|
bigeagle
|
9339fba074
|
refactor(worker): use Run instead of Start and Wait
|
2016-04-30 16:40:05 +08:00 |
|
bigeagle
|
0e808a449a
|
refactor(worker): change provider's Run method to Start, and change logfile handling
|
2016-04-30 16:38:57 +08:00 |
|
bigeagle
|
276ab233c5
|
feature(worker): move command execution logic to a runner object
|
2016-04-30 16:38:44 +08:00 |
|
bigeagle
|
16ead05160
|
tests(worker): command provider's test
|
2016-04-30 16:38:38 +08:00 |
|
bigeagle
|
6948db1757
|
feature(worker): cmd_provider, first part, no test, fix me
|
2016-04-30 16:38:24 +08:00 |
|
bigeagle
|
44af0d5e62
|
feature(worker): framework of mirror provider
|
2016-04-30 16:38:17 +08:00 |
|