From 3b53823cbe835319686b2a649a52430da6c5254b 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 (cherry picked from commit 495f838d88dea02ba3ec08f5985a4827c37a76d1) --- borg/archiver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/borg/archiver.py b/borg/archiver.py index e451f2409..80b3d056f 100644 --- a/borg/archiver.py +++ b/borg/archiver.py @@ -1392,6 +1392,9 @@ class Archiver: See the output of the "borg help patterns" command for more help on exclude patterns. See the output of the "borg help placeholders" command for more help on placeholders. + + Borg respects the nodump flag. Files flagged nodump will be marked as excluded (x) + in ``--list`` output. """) subparser = subparsers.add_parser('create', parents=[common_parser],