From 666af727511838e14fe4f505a41884b3b546a96a Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 17:58:52 +0100 Subject: [PATCH] add max_size parameter --- manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manifest.json b/manifest.json index cc9fb77..ef9da7a 100644 --- a/manifest.json +++ b/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" + } ] } }