Commit Graph

5 Commits

Author SHA1 Message Date
Andrew David Wong
086a2f5824
Clarify alternate compression program instructions 2020-10-09 06:29:27 -05:00
Rusty Bird
ef940956ed
Emergency restore v4: Don't store decrypted chunks as files
Instead of storing the verified+decrypted chunks as intermediate files
on disk, pipe them straight into decompression+extraction. This saves a
lot of disk space and typing.
2020-10-09 11:07:48 +00:00
Rusty Bird
2de76f9553
Emergency restore: Don't fail on large VMs
VMs whose backup size exceeds 100 GiB have more than a thousand chunks,
i.e. private.img.999 is succeeded by private.img.1000 and so on. Ensure
that these are all processed, and in the right numerical order.

Fixes QubesOS/qubes-issues#6113
2020-10-08 15:22:54 +00:00
Rusty Bird
575c8234c3
Emergency restore v4: Drop obsolete part carried over from v3 2020-10-08 15:17:27 +00:00
Andrew David Wong
d31c786942
Reorganize files to account for new "External" section
QubesOS/qubes-issues#4693
2019-05-26 19:32:45 -05:00