Explorar o código

add chunker_params to archive info (at least to json output)

Alexander 'Leo' Bergolth %!s(int64=7) %!d(string=hai) anos
pai
achega
7e75cc3080
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/borg/archive.py

+ 1 - 0
src/borg/archive.py

@@ -399,6 +399,7 @@ class Archive:
                 'hostname': self.metadata.hostname,
                 'username': self.metadata.username,
                 'comment': self.metadata.get('comment', ''),
+                'chunker_params': self.metadata.get('chunker_params', ''),
             })
         return info