Commit Graph

10 Commits

Author SHA1 Message Date
Andrew David Wong
78b185edc5
Explain how to decrypt qubes.xml.000.enc
Closes QubesOS/qubes-issues#4728
2019-03-02 01:37:08 -06:00
Andrew David Wong
c36933c018
Fix typo 2019-01-19 00:14:57 -06:00
Andrew David Wong
1cf8e83cab
Update emergency backup restore documentation
- Add instructions for obtaining scrypt binary
- Use shorter notation for backup format versions
- Use reference-style links
- Fix numbering
- Clarify backup_id step
- Make language more consistent

Closes QubesOS/qubes-issues#4047
2018-07-01 18:53:47 -05:00
Andrew David Wong
bb26173089
Update Emergency Backup Recovery - format version 4
- Clarify language and fix typos
- Improve formatting
- Include example for bzip2 compression
- Wrap lines
  (This file is an exception to the normal line wrapping rule,
  since it is specifically intended to be read as plain text.)
2018-06-30 21:01:18 -05:00
Andrew David Wong
2a4fda42c4
Merge branch 'patch-2' of https://github.com/yilmi/qubes-doc into yilmi-patch-2 2018-05-24 19:57:24 -05:00
Yassine Ilmi
bd7750cee3
Extract single vm from backup
Rephrashed
2018-05-06 18:52:06 +01:00
Yassine Ilmi
4d41fe1eab
Multiple VM's backup note
Added note to help find the id for a VM in a multiple VM backup file and extract only required files
2018-05-06 13:00:31 +01:00
Yassine Ilmi
9317cd5459
Fix bash history expansion and scrypt args order
On a freshly installed and update 4.0 GA, I tried to follow this procedure and ran into 2 issues:
- bash history expansion breaking the `echo "backup-header!$backup_pass"` because `!` and the following `$` is interpreted
- scrypt command was complaining about the first parameter being restricted to `dec` or `enc`, moved `-P` switch to 2nd position

References:
- https://www.gnu.org/software/bash/manual/html_node/History-Interaction.html
- https://www.gnu.org/software/bash/manual/html_node/Event-Designators.html#Event-Designators
- https://sanctum.geek.nz/arabesque/bash-history-expansion/
2018-05-06 12:20:14 +01:00
Marek Marczykowski-Górecki
c4b8166ffe
backup format v4: add backup_id field
Protect against feeding the user with the same VM but from older/newer
backup.
2016-10-25 21:49:17 +02:00
Marek Marczykowski-Górecki
39819567a9
Emergency backup restore v4 2016-10-10 14:01:09 +02:00