From f0e9a55ebfedd0a80237d5df6ee7dc7a6132e692 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Tue, 9 Aug 2016 21:32:03 +0200 Subject: [PATCH] recreate: document that absolute patterns won't match --- src/borg/archiver.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 2e6c05f2c..98a02df68 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2011,6 +2011,9 @@ class Archiver: as in "borg create". If PATHs are specified the resulting archive will only contain files from these PATHs. + Note that all paths in an archive are relative, therefore absolute patterns/paths + will *not* match (--exclude, --exclude-from, --compression-from, PATHs). + --compression: all chunks seen will be stored using the given method. Due to how Borg stores compressed size information this might display incorrect information for archives that were not recreated at the same time.