zrepl/cmd
Christian Schwarz e70b6f3071 WIP: recurring jobs
Done:

* implement autosnapper that asserts interval between snapshots
* implement pruner

* job pull: pulling + pruning
* job source: autosnapping + serving

TODO

* job source: pruning
* job local: everything
* fatal errors such as serve that cannot bind socket must be more
visible
* couldn't things that need a snapshotprefix just use a interface
Prefixer() instead? then we could have prefixsnapshotfilter and not
duplicate it every time...
* either go full context.Context or not at all...? just wait because
community climate around it isn't that great and we only need it for
cancellation? roll our own?
2017-09-15 19:35:19 +02:00
..
sampleconf WIP: recurring jobs 2017-09-15 19:35:19 +02:00
autosnap.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
config_connect.go config: unify job debugging options 2017-09-11 15:45:10 +02:00
config_fsvfilter.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
config_job_local.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
config_job_pull.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
config_job_source.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
config_mapfilter.go cmd: automatic inverting of DatasetMapFilter 2017-09-13 22:55:23 +02:00
config_parse.go cmd: noprune prune policy 2017-09-15 19:32:09 +02:00
config_prune_grid.go cmd: fix typo 2017-09-15 19:34:38 +02:00
config_prune_none.go cmd: noprune prune policy 2017-09-15 19:32:09 +02:00
config_serve_stdinserver.go config: unify job debugging options 2017-09-11 15:45:10 +02:00
config_test.go cmd: automatic inverting of DatasetMapFilter 2017-09-13 22:55:23 +02:00
config.go cmd: fix typo 2017-09-15 19:34:38 +02:00
daemon.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
handler.go handler: remove unused SinkMappingFunc 2017-09-11 13:51:19 +02:00
main.go WIP: Switch to new config format. 2017-09-10 17:53:54 +02:00
prune.go WIP: recurring jobs 2017-09-15 19:35:19 +02:00
replication.go WIP: Switch to new config format. 2017-09-10 17:53:54 +02:00
stdinserver.go implement stdinserver command + corresponding server 2017-09-11 13:48:07 +02:00
test.go WIP: Switch to new config format. 2017-09-10 17:53:54 +02:00