mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Allow underscore in backup name
Allow underscore in backup name, to allow backup with the name of multi-instance apps. If there are no reason to avoid this character.
This commit is contained in:
parent
0c01dd4dca
commit
47dffca744
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ backup:
|
|||
help: Name of the backup archive
|
||||
extra:
|
||||
pattern: &pattern_backup_archive_name
|
||||
- !!str ^[\w\-\.]{1,30}(?<!\.)$
|
||||
- !!str ^[\w\-\._]{1,30}(?<!\.)$
|
||||
- "pattern_backup_archive_name"
|
||||
-d:
|
||||
full: --description
|
||||
|
|
Loading…
Add table
Reference in a new issue