mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 08:23:50 +01:00
72d288567e
In contrast to any 'something<' mapping, a '<' mapping cannot be unique Thus, '<' mappings are thus just an append to target, which is exactly what we get when trimming empty prefix ''. Otherwise, given mapping { "<": "storage/backups/app-srv" } Before (clearly a conflict) zroot => storage/backups/app-srv storage => storage/backups/app-srv After: zroot => storage/backups/app-srv/zroot storage => storage/backups/app-srv/storage However, mapping directly with subtree wildcard is still possible, just not with the root wildcard { "<" "storage/backups/app-srv" "zroot/var/db<": "storage/db_replication/app-srv" } fixes #22 |
||
---|---|---|
.. | ||
sampleconf | ||
autosnap.go | ||
config_connect.go | ||
config_fsvfilter.go | ||
config_job_control.go | ||
config_job_local.go | ||
config_job_pull.go | ||
config_job_source.go | ||
config_logging.go | ||
config_mapfilter.go | ||
config_parse.go | ||
config_prune_grid.go | ||
config_prune_none.go | ||
config_serve_stdinserver.go | ||
config_test.go | ||
config.go | ||
control.go | ||
daemon.go | ||
handler.go | ||
helpers.go | ||
logging_formatters.go | ||
logging_outlets.go | ||
main.go | ||
prune.go | ||
replication.go | ||
stdinserver.go | ||
test.go |