소스 검색

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)
             if args.stats:
                 archive.end = datetime.now()
+                print('-' * 78)
                 print(str(archive))
                 print(archive.stats.print_('This archive:', cache))
+                print('-' * 78)
         return self.exit_code
 
     def _process(self, archive, cache, excludes, exclude_caches, skip_inodes, path, restrict_dev,