mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
borg info: print security directory
This commit is contained in:
parent
f62a22392e
commit
bd96b43af9
1 changed files with 1 additions and 0 deletions
|
@ -970,6 +970,7 @@ def _info_repository(self, repository, key, cache):
|
|||
if key.NAME.startswith('key file'):
|
||||
print('Key file: %s' % key.find_key())
|
||||
print('Cache: %s' % cache.path)
|
||||
print('Security dir: %s' % cache.security_manager.dir)
|
||||
print(DASHES)
|
||||
print(STATS_HEADER)
|
||||
print(str(cache))
|
||||
|
|
Loading…
Reference in a new issue