mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Do not lock backup action
This commit is contained in:
parent
cde48996cf
commit
dfe373d591
1 changed files with 2 additions and 0 deletions
|
@ -561,6 +561,8 @@ backup:
|
||||||
backup:
|
backup:
|
||||||
action_help: Create an encrypted backup tarball
|
action_help: Create an encrypted backup tarball
|
||||||
api: POST /backup
|
api: POST /backup
|
||||||
|
configuration:
|
||||||
|
lock: false
|
||||||
|
|
||||||
### backup_restore()
|
### backup_restore()
|
||||||
restore:
|
restore:
|
||||||
|
|
Loading…
Add table
Reference in a new issue