Explorar el Código

remote: allow get_manifest method (bugfix)

LegacyRepository of borg2 knows this method.
Thomas Waldmann hace 8 meses
padre
commit
a4d2fc8dd7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/borg/remote.py

+ 1 - 0
src/borg/remote.py

@@ -155,6 +155,7 @@ class RepositoryServer:  # pragma: no cover
         "load_key",
         "break_lock",
         "inject_exception",
+        "get_manifest",  # borg2 LegacyRepository has this
     )
 
     _rpc_methods = (  # Repository