From 495f838d88dea02ba3ec08f5985a4827c37a76d1 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 20 Aug 2017 21:37:17 +0200 Subject: [PATCH] create: document exclusion through nodump --- src/borg/archiver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 80fd78876..dc1404f38 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2815,6 +2815,9 @@ class Archiver: and not include any other contents of the containing folder, this can be enabled through using the ``--keep-exclude-tags`` option. + Borg respects the nodump flag. Files flagged nodump will be marked as excluded (x) + in ``--list`` output. + Item flags ++++++++++