Procházet zdrojové kódy

disable db pigz compression in restic

les před 3 roky
rodič
revize
427310e69e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      roles/stable/restic/defaults/main.yml

+ 1 - 1
roles/stable/restic/defaults/main.yml

@@ -9,7 +9,7 @@ restic_repository_name: restic
 restic_default_folders: []
 restic_folders: []
 restic_databases: []
-restic_dump_compression_enabled: true
+restic_dump_compression_enabled: false
 restic_forget: true
 restic_forget_keep_within: 30d
 restic_prune: true