mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 17:57:59 +00:00
Merge pull request #4095 from m3nu/1.1-maint
Add storage_quota for forced_result if set by serve-command.
This commit is contained in:
commit
1900e0f677
1 changed files with 1 additions and 0 deletions
|
@ -4276,6 +4276,7 @@ def get_args(self, argv, cmd):
|
|||
result.restrict_to_paths = forced_result.restrict_to_paths
|
||||
result.restrict_to_repositories = forced_result.restrict_to_repositories
|
||||
result.append_only = forced_result.append_only
|
||||
result.storage_quota = forced_result.storage_quota
|
||||
return result
|
||||
|
||||
def parse_args(self, args=None):
|
||||
|
|
Loading…
Reference in a new issue