浏览代码

restore box removed by mistake

Antoine Beaupré 10 年之前
父节点
当前提交
f25888b27a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      borg/archiver.py

+ 2 - 0
borg/archiver.py

@@ -161,8 +161,10 @@ Type "Yes I am sure" if you understand this and want to continue.\n""")
                 archive.stats.show_progress(final=True)
                 archive.stats.show_progress(final=True)
             if args.stats:
             if args.stats:
                 archive.end = datetime.now()
                 archive.end = datetime.now()
+                print('-' * 78)
                 print(str(archive))
                 print(str(archive))
                 print(archive.stats.print_('This archive:', cache))
                 print(archive.stats.print_('This archive:', cache))
+                print('-' * 78)
         return self.exit_code
         return self.exit_code
 
 
     def _process(self, archive, cache, excludes, exclude_caches, skip_inodes, path, restrict_dev,
     def _process(self, archive, cache, excludes, exclude_caches, skip_inodes, path, restrict_dev,