1
0
Fork 0
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:
Marian Beermann 2016-11-27 18:40:34 +01:00
parent f62a22392e
commit bd96b43af9
No known key found for this signature in database
GPG key ID: 9B8450B91D1362C1

View file

@ -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))