diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 6b443257d..996eb9453 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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))