zrepl/docs/content/configuration
Christian Schwarz 72d288567e mappings: fix aliasing bug with '<' wildcards
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
2017-10-05 20:10:05 +02:00
..
_index.md docs: keep up with changed reality. 2017-09-17 16:18:39 +02:00
jobs.md docs: document job types 2017-10-03 14:21:10 +02:00
logging.md config: logging: defaults + definition as list 2017-10-05 13:31:16 +02:00
map_filter_syntax.md mappings: fix aliasing bug with '<' wildcards 2017-10-05 20:10:05 +02:00
misc.md config: support days (d) and weeks (w) in durations 2017-10-05 15:17:37 +02:00
prune.md docs: document pruning policies 2017-10-02 17:51:28 +02:00
transports.md docs: transport: document ssh+stdinserver 2017-10-02 14:21:22 +02:00