From fbc4e767aa21bd89a945e88167ebc4c33a954e13 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 8 Nov 2019 16:18:38 +0100 Subject: [PATCH] Propagate to english page --- backup.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/backup.md b/backup.md index 4ed38931..e69b5771 100644 --- a/backup.md +++ b/backup.md @@ -106,10 +106,12 @@ One specific feature is the ability to restore a full archive *instead* of the p yunohost backup restore ``` -Note: If your archive isn't in `/home/yunohost.backup/archives`, you can specify where it is like this : +Note: If your archive isn't in `/home/yunohost.backup/archives`, you can create the directory, move the archive into it, and restore it like this: ```bash -yunohost backup restore /path/to/ +mkdir -p /home/yunohost.backup/archives +mv /path/to/ /home/yunohost.backup/archives/ +yunohost backup restore ``` ## To go futher