zrepl/docs
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
..
archetypes docs: initial commit 2017-08-09 16:13:34 +02:00
content mappings: fix aliasing bug with '<' wildcards 2017-10-05 20:10:05 +02:00
layouts/shortcodes docs: add docs for logging 2017-10-03 15:41:44 +02:00
themes docs: document job types 2017-10-03 14:21:10 +02:00
.gitignore diff: actually fix publish.sh script 2017-08-09 22:05:29 +02:00
config.toml docs: initial commit 2017-08-09 16:13:34 +02:00
publish.sh diff: actually fix publish.sh script 2017-08-09 22:05:29 +02:00