mirror of
https://github.com/zrepl/zrepl.git
synced 2024-12-23 07:28:57 +01:00
e70b6f3071
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? |
||
---|---|---|
.. | ||
sampleconf | ||
autosnap.go | ||
config_connect.go | ||
config_fsvfilter.go | ||
config_job_local.go | ||
config_job_pull.go | ||
config_job_source.go | ||
config_mapfilter.go | ||
config_parse.go | ||
config_prune_grid.go | ||
config_prune_none.go | ||
config_serve_stdinserver.go | ||
config_test.go | ||
config.go | ||
daemon.go | ||
handler.go | ||
main.go | ||
prune.go | ||
replication.go | ||
stdinserver.go | ||
test.go |