S3 Suspend works on stock Fedora 37 but not Qubes 4.1 or 4.2 (fc37)

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

:slight_smile: