mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
add max_size parameter
This commit is contained in:
parent
283c89d263
commit
666af72751
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue