From ef1923caf9c435de6043d1cf7d3e76dc4b472654 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 Jan 2024 16:07:54 +0100 Subject: [PATCH] docs: remotes: fix missing newline between list and admonition-note Fixes: f93cbdae ("docs: document new include/exclude paramenter") Signed-off-by: Thomas Lamprecht --- docs/managing-remotes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst index 50c800b9..38ccd5af 100644 --- a/docs/managing-remotes.rst +++ b/docs/managing-remotes.rst @@ -129,6 +129,7 @@ For mixing include and exclude filter, following rules apply: - include: only those matching the include filters - exclude: all but those matching the exclude filters - both: those matching the include filters, but without those matching the exclude filters + .. note:: The ``protected`` flag of remote backup snapshots will not be synced. Namespace Support