Browse Source

restore box removed by mistake

Antoine Beaupré 9 years ago
parent
commit
f25888b27a
1 changed files with 2 additions and 0 deletions
  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,