One way to move files between Qubes (from a shell in dom0
) is:
… and if you want the file to stay in dom0
, you should be able pipe it to a file there:
qvm-run --pass-io sourceVM 'cat file' > filename_in_dom0
One way to move files between Qubes (from a shell in dom0
) is:
… and if you want the file to stay in dom0
, you should be able pipe it to a file there:
qvm-run --pass-io sourceVM 'cat file' > filename_in_dom0