Просмотр исходного кода

Add argument storage_quota to forced_result. Avoids override by client.

Manu 6 лет назад
Родитель
Сommit
93b968cc35
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
src/borg/archiver.py

@@ -4140,6 +4140,7 @@ class Archiver:
             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):