소스 검색

remote: allow get_manifest method (bugfix)

LegacyRepository of borg2 knows this method.
Thomas Waldmann 8 달 전
부모
커밋
a4d2fc8dd7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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