backup filename limit set to 50

This commit is contained in:
Bram 2018-05-26 10:43:37 +02:00 committed by GitHub
parent ebd5b33c31
commit 59bb47de18
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 help: Name of the backup archive
extra: extra:
pattern: &pattern_backup_archive_name pattern: &pattern_backup_archive_name
- !!str ^[\w\-\._]{1,30}(?<!\.)$ - !!str ^[\w\-\._]{1,50}(?<!\.)$
- "pattern_backup_archive_name" - "pattern_backup_archive_name"
-d: -d:
full: --description full: --description