浏览代码

show excluded dir with "x" for tagged dirs / caches, fixes #3189

(cherry picked from commit 93de42bb256833b441a58afab674b911baf1573b)
Thomas Waldmann 7 年之前
父节点
当前提交
75004e9065
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
src/borg/archiver.py

@@ -583,6 +583,7 @@ class Archiver:
                                 self._process(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,
                                               keep_exclude_tags, skip_inodes, tag_path, restrict_dev,
                                               read_special=read_special, dry_run=dry_run)
                                               read_special=read_special, dry_run=dry_run)
+                        self.print_file_status('x', path)
                         return
                         return
                 if not dry_run:
                 if not dry_run:
                     if not recurse_excluded_dir:
                     if not recurse_excluded_dir: