btrbk/doc
Axel Burri 514e69243a btrbk: add "incremental_resolve" configuration option
Allowed values for "incremental_resolve":

 - "mountpoint" (default): Use parents in the filesystem tree below
   mount points of source `<volume-directory>/<snapshot-dir>` and
   target `<target-directory>`.

 - "directory": Use parents strictly below source/target
   directories. Useful when restricting access, e.g. when using
   ssh_filter_btrbk.sh.

 - "_all_accessible" (experimental): Use parents from all mount points.

Note that using "_all_accessible" causes btrfs-progs to fail:

  - btrfs send -p: "ERROR: not on mount point: /path/to/mountpoint"
  - btrfs receive: "ERROR: parent subvol is not reachable from inside the root subvol"

see also: https://github.com/kdave/btrfs-progs/issues/96
2019-04-05 12:05:46 +02:00
..
.gitignore doc/Makefile: generate man pages from asciidoc 2017-10-11 20:54:41 +02:00
FAQ.md documentation: remove broken link to gmane (received_uuid patch in kernel 4.4) 2018-10-11 16:03:31 +02:00
Makefile Makefile: add option to bypass compression (COMPRESS=no) 2019-03-26 15:08:47 +01:00
btrbk.1.asciidoc btrbk: deprecate ssh_port option in favor of ssh://hostname[:port] notation 2019-04-01 18:26:07 +02:00
btrbk.conf.5.asciidoc btrbk: add "incremental_resolve" configuration option 2019-04-05 12:05:46 +02:00
install.md documentation: move installation instructions from README.md to doc/install.md 2018-10-13 13:29:08 +02:00
ssh_filter_btrbk.1.asciidoc change version to 0.27.2 2019-03-26 15:08:55 +01:00
upgrade_to_v0.23.0.md documentation: change digint links to https:// 2017-10-11 20:54:41 +02:00