help="Specify the max size of each backup for the following option file_to_backup.</br>This option is a soft limit, that means the script will try to limit each backup to this max size if it can.</br>But there's 2 limitations, for a single directory, it can't makes more than one backup file, even if the files in this directory exceed this maximum size.</br>And, if there's some files in a directory, next to subdirectories, it'll make only one backup for this files.</br>So this limit will be applied to split the backup by its subdirectories to avoid to have only one big backup."
[main.overwrite_files]
name="Overwriting config files"
[main.overwrite_files.overwrite_cron]
ask="Overwrite the cron file during the upgrade ?"
type="boolean"
default=true
help="If the file is overwritten, a backup will be created."
[main.global_config]
name="Global configuration"
[main.global_config.email_type]
ask="Send HTML email to admin ?"
type="boolean"
default=true
help="Allow app scripts to send HTML mails instead of plain text."