mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
restore box removed by mistake
This commit is contained in:
parent
35aaeef8bd
commit
f25888b27a
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue