zrepl/docs/content
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
..
configuration mappings: fix aliasing bug with '<' wildcards 2017-10-05 20:10:05 +02:00
impl docs: update implementation overview 2017-10-03 16:06:58 +02:00
install docs: switch back to patched up relref for links to section pages 2017-10-02 12:42:09 +02:00
tutorial config: source job: rename field 'datasets' to 'filesystems' 2017-10-05 13:39:05 +02:00
_header.md docs: initial commit 2017-08-09 16:13:34 +02:00
_index.md docs: update front page with new features & refs 2017-10-03 16:07:21 +02:00