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 @@ class Archiver:
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))