Sfoglia il codice sorgente

Add storage_quota for forced_result if set by serve command.

Manu 6 anni fa
parent
commit
975cc33206
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/borg/archiver.py

+ 1 - 0
src/borg/archiver.py

@@ -4276,6 +4276,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):