mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-12 15:20:20 +00:00
remote: allow get_manifest method (bugfix)
LegacyRepository of borg2 knows this method.
This commit is contained in:
parent
dd78b774a0
commit
a4d2fc8dd7
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ class RepositoryServer: # pragma: no cover
|
|||
"load_key",
|
||||
"break_lock",
|
||||
"inject_exception",
|
||||
"get_manifest", # borg2 LegacyRepository has this
|
||||
)
|
||||
|
||||
_rpc_methods = ( # Repository
|
||||
|
|
Loading…
Add table
Reference in a new issue