> <
https://groups.google.com/forum/#%21topic/qubes-users/unDqbBa_k_Y>
>
> Also USB sticks do not mount anymore even after deleting all
> assignments of 00:1a.0 and 00:1d.00
>
> But dom0 still works, so made a backup of all VMs. But how to take
> the backup out of dom0?
Boot a live-linux with built-in LUKS support. Tails for example
(activate root access after boot).
Then "break in" by hand following standard tutorials "how to mount a
luks drive", and copy all
to your usb disc. consider generatinga huge sparse-file, say, BACKUP.enc
then loop-it:
losetup -f % findes out a free slot
losetup /dev/loopxxx BACKUP.enc
Now /dev/loopxxx is a device that can by crypt-setuped by luks in a
standard tutorial way. Mount it, and move your data in.
Bernhard