From bd7750cee3b9485ad764a5ece31cc3193063e830 Mon Sep 17 00:00:00 2001
From: Yassine Ilmi <yilmi@users.noreply.github.com>
Date: Sun, 6 May 2018 18:52:06 +0100
Subject: [PATCH] Extract single vm from backup

Rephrashed
---
 common-tasks/backup-emergency-restore-v4.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common-tasks/backup-emergency-restore-v4.md b/common-tasks/backup-emergency-restore-v4.md
index 98537c1c..9a83e3ba 100644
--- a/common-tasks/backup-emergency-restore-v4.md
+++ b/common-tasks/backup-emergency-restore-v4.md
@@ -39,7 +39,7 @@ The Qubes backup system has been designed with emergency disaster recovery in mi
         vm1/whitelisted-appmenus.list.000.enc
         dom0-home/dom0user.000.enc
 
-    **Note:** For backups with multiple VM, find the VM <-> id correspondence in `qubes.xml.000.enc`, extract required files `tar -i -xvf qubes-backup-2015-06-05T123456 backup-header backup-header.hmac vm1/`.
+    **Note:** Each VM in the backup file has its path listed in `qubes.xml.000.enc` (search for the `backup-path` property). You can extract only the files necessary for your VM (vmX) with `tar -i -xvf qubes-backup-2015-06-05T123456 backup-header backup-header.hmac vmX/`.
 
  3. Set backup passhprase environment variable. While this isn't strictly required, it will be handy later and will avoid saving the passphrase into shell history.