From f49cbfa39802fad798e030e99a51512eba2294d4 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Thu, 21 Feb 2019 12:15:38 +0000 Subject: [PATCH] add if your archive isnt restoring during the postinstall --- backup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backup.md b/backup.md index 3bfbe45e..228d7f8e 100644 --- a/backup.md +++ b/backup.md @@ -105,6 +105,12 @@ yunohost backup restore Note: Don't start the postinstall step. Decline invite when doing installation via `bash`/`wget`. +Note: If your archive isn't in /home/yunohost.backup/archives, you cant specify where it is : + +```bash +yunohost backup restore /path/to/ +``` + To go futher ------------