mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #482 from YunoHost/increase_backup_filename_length
backup filename limit set to 50
This commit is contained in:
commit
a07e29c931
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue