From ba33e410685c3ff93f08124b8a31aaf1f9a495bb Mon Sep 17 00:00:00 2001
From: Torsten C <5834405+TorstenC@users.noreply.github.com>
Date: Thu, 6 Apr 2023 18:32:09 +0200
Subject: [PATCH] 040_backup.rst line 228 - #4280 --exclude-caches
Proposal for issue #4280
---
doc/040_backup.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/040_backup.rst b/doc/040_backup.rst
index 6dcb85b8a..bbb9df892 100644
--- a/doc/040_backup.rst
+++ b/doc/040_backup.rst
@@ -225,7 +225,7 @@ the exclude options are:
- ``--exclude`` Specified one or more times to exclude one or more items
- ``--iexclude`` Same as ``--exclude`` but ignores the case of paths
-- ``--exclude-caches`` Specified once to exclude folders containing `this special file `__
+- ``--exclude-caches`` Specified once to exclude a folder's content if it contains `the special CACHEDIR.TAG file `__, but keep ``CACHEDIR.TAG``.
- ``--exclude-file`` Specified one or more times to exclude items listed in a given file
- ``--iexclude-file`` Same as ``exclude-file`` but ignores cases like in ``--iexclude``
- ``--exclude-if-present foo`` Specified one or more times to exclude a folder's content if it contains a file called ``foo`` (optionally having a given header, no wildcards for the file name supported)