mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
backup filename limit set to 50
This commit is contained in:
parent
ebd5b33c31
commit
59bb47de18
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