Ver código fonte

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

Alexander 'Leo' Bergolth 7 anos atrás
pai
commit
7e75cc3080
1 arquivos alterados com 1 adições e 0 exclusões
  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