Browse Source

remote: allow get_manifest method (bugfix)

LegacyRepository of borg2 knows this method.
Thomas Waldmann 8 months ago
parent
commit
a4d2fc8dd7
1 changed files with 1 additions and 0 deletions
  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