Selaa lähdekoodia

add max_size parameter

lapineige 1 vuosi sitten
vanhempi
commit
666af72751
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 9 0
      manifest.json

+ 9 - 0
manifest.json

@@ -78,6 +78,15 @@
                 "choices" : ["Daily", "Each 3 days", "Weekly", "Biweekly", "Monthly"],
                 "default" : "Weekly"
             }
+            {
+                "name": "max_size",
+                "type": "select",
+                "ask": {
+                    "en": "Specify the max size of each files backup (soft limit) in Mb. This will try to split the backup by its subdirectories to avoid to have only one big backup.",
+                },
+                "choices" : ["50", "100", "500", "1000", "5000"],
+                "default" : "500"
+            }
         ]
     }
 }