1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

use select type

This commit is contained in:
lapineige 2023-12-31 13:23:51 +01:00 committed by GitHub
parent ddc9681e6f
commit 5b55d1f231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,11 +23,13 @@ name = "Archivist configuration"
[main.compression.ynh]
ask = "Choose the compression algorithm for YunoHost backups"
type = "select"
choices = ["gzip", "lzop", "zstd", "bzip2", "lzma", "lzip", "xz", "No compression"]
default = "gzip"
[main.compression.files]
ask = "Choose the compression algorithm for files and directories backups"
type = "select"
choices = ["gzip", "lzop", "zstd", "bzip2", "lzma", "lzip", "xz", "No compression"]
default = "gzip"
@ -50,6 +52,7 @@ name = "Archivist configuration"
[main.backup_options.frequency]
ask = "Choose the frequency of your backups ?"
type = "select"
choices = ["Daily", "Each 3 days", "Weekly", "Biweekly", "Monthly"]
default = "Weekly"