{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidrt6wfyortbzimp54z5wir3xb62bcnu7by3kkug5zj74zbshktqq",
    "uri": "at://did:plc:jfwxfgx3olblmdv66ysmcfde/app.bsky.feed.post/3megzp2b4jlw2"
  },
  "path": "/Linux/2026/02/08/TIL-copying-files-to-Dom0-in-Qubes-OS.html",
  "publishedAt": "2026-02-08T19:17:48.000Z",
  "site": "https://blog.x-way.org",
  "tags": [
    "Linux",
    "Qubes OS"
  ],
  "textContent": "In some rare cases you might need to copy a file from a VM in Qubes OS to Dom0.\nThis can be done with the following command in a Dom0 console:\n\n\n    qvm-run --pass-io my-vm 'cat /path/to/file/in/my-vm/file.doc' > /path/fo/file/in/dom0/file.doc\n\n* * *\n\nThanks for reading this post via RSS. You're awesome ♥️",
  "title": "TIL: copying files to Dom0 in Qubes OS"
}