Explorar el Código

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

Alexander 'Leo' Bergolth hace 7 años
padre
commit
7e75cc3080
Se han modificado 1 ficheros con 1 adiciones y 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