From 7ecee4a9d82c2105a263632629ed2fa3026de318 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Sun, 9 Dec 2018 07:05:11 +0000 Subject: [PATCH] Fix typo --- backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.md b/backup.md index fea99dbe..4094fb45 100644 --- a/backup.md +++ b/backup.md @@ -90,7 +90,7 @@ Go in Backup > Local storage and select your archive. You can then select which From the command line, you can run `yunohost backup restore ` (without the `.tar.gz`) to restore an archive. As for `yunohost backup create`, this will restore everything in the archive by default. If you want to restore only specific items, you can use for instance `yunohost backup restore --apps wordpress` which will restore only the wordpress app. -#### Constrains +#### Constraints To restore an app, the domain on which it was installed should already be configured (or you need to restore the corresponding system configuration). You also cannot restore an app which is already installed ... which means that to restore an old version of an app, you must first uninstall it.