tunasync/worker
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
..
base_provider.go add a timeout field to providers 2020-05-25 18:24:05 +08:00
btrfs_snapshot_hook.go feat(btrfs_snapshot_hook): reimplemented Btrfs snapshots 2019-08-02 13:31:33 +08:00
cgroup.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
cgroup_test.go [bug fix] provider is not terminated if premature stop command received 2020-05-09 18:42:54 +08:00
cmd_provider.go add a timeout field to providers 2020-05-25 18:24:05 +08:00
common.go Two new options for rsync provider 2020-06-03 13:26:49 +08:00
config.go Two new options for rsync provider 2020-06-03 13:26:49 +08:00
config_diff.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_diff_test.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_test.go add a timeout field to providers 2020-05-25 18:24:05 +08:00
context.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
context_test.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
docker.go bug fix: rsync can access the exclude file in Docker (close #59) 2020-06-03 21:50:38 +08:00
docker_test.go wait for docker container removal 2020-06-03 19:47:14 +08:00
exec_post_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
exec_post_test.go fix #63 2017-03-27 13:09:56 +08:00
hooks.go feature(worker): toplevel mirror job logic 2016-04-30 16:39:08 +08:00
job.go fix misuse of a variable 2020-06-08 22:23:12 +08:00
job_test.go bug fix: jobs not being scheduled after timeout 2020-06-04 09:37:20 +08:00
loglimit_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
loglimit_test.go feature(worker): implemented Worker object, worker side code is almost done 2016-04-30 16:41:39 +08:00
provider.go Two new options for rsync provider 2020-06-03 13:26:49 +08:00
provider_test.go add --filter "risk .~tmp~/" to rsync options 2020-09-15 20:01:24 +08:00
rsync_provider.go add --filter "risk .~tmp~/" to rsync options 2020-09-15 20:01:24 +08:00
runner.go ignore the SIGTERM failure 2020-09-06 19:23:26 +08:00
schedule.go report next scheduled sync time 2019-04-11 12:36:18 +08:00
schedule_test.go fix(worker): fixed scheduling bugs 2016-05-02 18:56:45 +08:00
two_stage_rsync_provider.go add --filter "risk .~tmp~/" to rsync options 2020-09-15 20:01:24 +08:00
worker.go Fix typo: registor -> register 2020-09-10 21:32:22 +08:00
worker_test.go Add LastRegister to WorkerStatus 2020-09-10 21:31:31 +08:00
zfs_hook.go Eliminate duplicate mirrorProvider in Hooks 2019-07-31 16:11:56 +08:00
zfs_hook_test.go add tests for last commit 2019-03-31 12:16:45 +08:00