From 978f7b3c90ac7d2874f45df242e7645609da6280 Mon Sep 17 00:00:00 2001 From: Chris Wiggins Date: Thu, 14 Jan 2021 11:10:13 -0700 Subject: [PATCH] Fix old backup command The backup command was old and used outdated `--verbose` and --ignore-system` flags. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8853f91..4f2db49 100644 --- a/README.md +++ b/README.md @@ -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