Merge pull request #482 from YunoHost/increase_backup_filename_length

backup filename limit set to 50
This commit is contained in:
Bram 2018-05-29 08:37:35 +02:00 committed by GitHub
commit a07e29c931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -788,7 +788,7 @@ backup:
help: Name of the backup archive
extra:
pattern: &pattern_backup_archive_name
- !!str ^[\w\-\._]{1,30}(?<!\.)$
- !!str ^[\w\-\._]{1,50}(?<!\.)$
- "pattern_backup_archive_name"
-d:
full: --description