mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix old backup command
The backup command was old and used outdated `--verbose` and --ignore-system` flags.
This commit is contained in:
parent
a27856fdfb
commit
2c1cc25127
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ This app doesn't provide any real good web interface. So it's recommended to use
|
|||
|
||||
Before any manipulation it's recommended to do a backup by this following command :
|
||||
|
||||
`sudo yunohost backup create --verbose --ignore-system --apps synapse`
|
||||
`sudo yunohost backup create --apps synapse`
|
||||
|
||||
### Set user as admin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue