Those are fields used by the language switcher to correlate pages across
different languages, even if they have different names/paths/titles.
They are generated with the prepare_for_translation.py script.
- mark all code blocks with ```
- unify empty lines between sections
- adjust list syntax (no space before dash)
- adjust headers to use Atx-style syntax
- remove trailing spaces
Make clear that Dom0 backup only applies to /home/ and give an example of how you might try to backup system files. Also point out that any packages can/must be reinstalled on a fresh system.
As mentioned in #1071, this page is really about troubleshooting.
Reading this page normally shouldn't be required, so it doesn't
really belong under "Common Tasks."
The only exception to this would be non-Linux VMs for which a
manual sync is required. That's one argument in favor of moving
this under "Advanced Configuration" rather than "Troubleshooting,"
but at least half of this page is undeniably about troubleshooting.
There's also a "behind the scenes" section at the end that belongs
in the Developer Documentation.
Also capitalize the "S" in "Qube Settings". Unfortunately, this is
somewhat inconsistent between the Qube Manager and the Qubes Domains
widget. Hopefully, capitalizing both words makes it clear that this
is also the title of something, rather than the commonplace but
erroneous capitalization of the term "qube" to refer to a VM.
See QubesOS/qubes-issues#4723.
This is a follow-up to #1071.
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.
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.
FixesQubesOS/qubes-issues#6113