mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
add missing lines
This commit is contained in:
parent
d666c86bfc
commit
0d8525ad8f
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@ def do_create(self, args):
|
|||
archive.end = datetime.now()
|
||||
print('-' * 78)
|
||||
print(str(archive))
|
||||
print()
|
||||
print(str(archive.stats))
|
||||
print(str(cache))
|
||||
print('-' * 78)
|
||||
|
@ -416,6 +417,7 @@ def do_info(self, args):
|
|||
print('Time: %s' % to_localtime(archive.ts).strftime('%c'))
|
||||
print('Command line:', remove_surrogates(' '.join(archive.metadata[b'cmdline'])))
|
||||
print('Number of files: %d' % stats.nfiles)
|
||||
print()
|
||||
print(str(stats))
|
||||
print(str(cache))
|
||||
return self.exit_code
|
||||
|
|
Loading…
Reference in a new issue