From 856db291806f77f2a99758312e060e4be859438d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 9 Sep 2018 10:42:06 -0700 Subject: [PATCH] Mention --read-special in NEWS. --- NEWS | 2 ++ borgmatic/config/schema.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0b1821134..be5405225 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ 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 borgmatic's storage configuration. * #88: Fix declared pykwalify compatibility version range in setup.py to prevent use of ancient diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 572b7c304..866dc8604 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -25,9 +25,9 @@ map: read_special: type: bool 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 - backing up special devices such as /dev/zero + backing up special devices such as /dev/zero. example: false bsd_flags: type: bool