You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's the most secure way but it will take some time to copy the file. Alternatively, one could pipe the output of tar -Scf - large_file to dom0 and then untar the resulting file but this is not recommended since an attacker could use potential vulnerabilities in tar to compromise dom0
[edit - this suggestion is a bit controversial, so no problem to reject it ; that way we'll test "rejection" workflows :) ]
The text was updated successfully, but these errors were encountered:
Even if not recommended, document how to copy large sparse files to dom0 (eg. imported VM images).
related ML post: https://groups.google.com/forum/#!searchin/qubes-users/sparse$20tar|sort:date/qubes-users/aDtUgRFtCAE/AQypJpaPBgAJ
Cat the whole file and then only resparse it after the transfer.
That's the most secure way but it will take some time to copy the file. Alternatively, one could pipe the output of
tar -Scf - large_file
to dom0 and then untar the resulting file but this is not recommended since an attacker could use potential vulnerabilities intar
to compromise dom0[edit - this suggestion is a bit controversial, so no problem to reject it ; that way we'll test "rejection" workflows :) ]
The text was updated successfully, but these errors were encountered: