1
0
mirror of https://github.com/QubesOS/qubes-doc.git synced 2025-04-21 16:29:23 -04:00

Use ls instead of cat to show example data

https://forum.qubes-os.org/t/getting-stuck-on-emergency-backup-recovery/18520/5
This commit is contained in:
Rusty Bird 2023-06-20 13:52:31 +00:00
parent 6e15603483
commit 0aee55a8dd
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

@ -194,8 +194,9 @@ any GNU/Linux system.
[user@restore ~]$ sudo mkdir /mnt/img
[user@restore ~]$ sudo mount -o loop vm123/private.img /mnt/img/
[user@restore ~]$ cat /mnt/img/home/user/your_data.txt
This data has been successfully recovered!
[user@restore ~]$ ls /mnt/img/home/user/
example_data_file.txt
...
Success! If you wish to recover data from more than one qube in your backup,
simply repeat steps 7, 8, and 9 for each additional qube.