1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-12 23:29:07 +00:00

remote: allow get_manifest method (bugfix)

LegacyRepository of borg2 knows this method.
This commit is contained in:
Thomas Waldmann 2024-09-17 16:07:25 +02:00
parent dd78b774a0
commit a4d2fc8dd7
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

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