Mention --read-special in NEWS.
This commit is contained in:
parent
20e09b4ea8
commit
856db29180
2 changed files with 4 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,6 @@
|
||||||
1.2.3.dev0
|
1.2.3.dev0
|
||||||
|
* Part of #80: Support for Borg create --read-special via "read_special" option in borgmatic's
|
||||||
|
location configuration.
|
||||||
* #87: Support for Borg create --checkpoint-interval via "checkpoint_interval" option in
|
* #87: Support for Borg create --checkpoint-interval via "checkpoint_interval" option in
|
||||||
borgmatic's storage configuration.
|
borgmatic's storage configuration.
|
||||||
* #88: Fix declared pykwalify compatibility version range in setup.py to prevent use of ancient
|
* #88: Fix declared pykwalify compatibility version range in setup.py to prevent use of ancient
|
||||||
|
|
|
@ -25,9 +25,9 @@ map:
|
||||||
read_special:
|
read_special:
|
||||||
type: bool
|
type: bool
|
||||||
desc: |
|
desc: |
|
||||||
Use borg's --read-special flag to allow backup of block and other special
|
Use Borg's --read-special flag to allow backup of block and other special
|
||||||
devices. Use with caution, as it will lead to problems if used when
|
devices. Use with caution, as it will lead to problems if used when
|
||||||
backing up special devices such as /dev/zero
|
backing up special devices such as /dev/zero.
|
||||||
example: false
|
example: false
|
||||||
bsd_flags:
|
bsd_flags:
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue