1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-01 04:37:34 +00:00

Merge pull request #3199 from ThomasWaldmann/show-excluded-dirs-1.1

show excluded dir with "x" for tagged dirs / caches, fixes #3189
This commit is contained in:
TW 2017-10-20 23:55:57 +02:00 committed by GitHub
commit 8304b0798a

View file

@ -583,6 +583,7 @@ def _process(self, archive, cache, matcher, exclude_caches, exclude_if_present,
self._process(archive, cache, matcher, exclude_caches, exclude_if_present,
keep_exclude_tags, skip_inodes, tag_path, restrict_dev,
read_special=read_special, dry_run=dry_run)
self.print_file_status('x', path)
return
if not dry_run:
if not recurse_excluded_dir: