diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 916725e7b..279194c1b 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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):