On Tue, Oct 16, 2018 at 09:13:13AM -0700, [email protected] wrote: > Ok what is wrong herr in my command ? > $ qvm-run [- -pass-io] Save-Treasure ‘cat /home/user/file.jpg’ > > ‘/home/usersname/order’ > > Save-Treasure - is my firtual maschine > Usersname - is my user Name > Order = order for the new file in the dom0 > File.jpg = file who must go to dom0 > > I become a zero file with 0 bytes with this command, please help me for > improve me command. > > thank you in advance ;) >
Obviously you should not include the square brackets [], and you have a rogue space: should be qvm-run --pass-io Save......... If you are concerned about importing an image in to dom0 you can always sanitize it with qvm-convert-img, a great but little referenced tool ideal for this use case. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20181017151932.lrhg3o7fj7ajq2mx%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
