From 304c9a1dc6608217bf6279f1ee823e4e505e9548 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 5 Nov 2017 20:48:49 +0100 Subject: [PATCH] docs: borg does not respect nodump flag by default any more (cherry picked from commit 7ddf7c451fc9d13a31f244283778b9d30d2dc12e) --- src/borg/archiver.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index ac5d0bffd..cc37c1307 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2883,9 +2883,6 @@ 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 ++++++++++