Explorar o código

borg info: print security directory

Marian Beermann %!s(int64=8) %!d(string=hai) anos
pai
achega
bd96b43af9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
src/borg/archiver.py

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