mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-26 07:49:34 -05:00
Clarify example
This commit is contained in:
parent
b6c99d486b
commit
39342e8c98
@ -135,8 +135,8 @@ any GNU/Linux system.
|
|||||||
|
|
||||||
[user@restore ~]$ backup_id=20161020T123455-1234
|
[user@restore ~]$ backup_id=20161020T123455-1234
|
||||||
|
|
||||||
7. Choose a qube whose data you wish to restore. Verify the data's integrity,
|
7. Choose a qube whose data you wish to restore (in this example, `vm1`).
|
||||||
decrypt it, decompress it, and extract it.
|
Verify the data's integrity, decrypt it, decompress it, and extract it.
|
||||||
|
|
||||||
[user@restore ~]$ find vm1 -name 'private.img.*.enc' | sort -V | while read f_enc; do \
|
[user@restore ~]$ find vm1 -name 'private.img.*.enc' | sort -V | while read f_enc; do \
|
||||||
f_dec=${f_enc%.enc}; \
|
f_dec=${f_enc%.enc}; \
|
||||||
|
Loading…
Reference in New Issue
Block a user