CopyingFiles changed

This commit is contained in:
Zrubecz Laszlo 2014-09-02 11:53:07 +00:00
parent 2bc7f70e18
commit b9f7ecbb53

View File

@ -9,16 +9,24 @@ Copying files between domains
Qubes also supports secure file coping between domains. In order to copy file(s) from domain A to domain B, follow those steps:
1. Open file manager in the source domain (domain A), choose file(s) that you wish to copy, and right click on the selection, and choose [Scripts/Copy?](/wiki/Scripts/Copy) to another AppVM...
GUI
---
1. Open file manager in the source domain (domain A), choose file(s) that you wish to copy, and right click on the selection, and choose `Copy to another AppVM`
1. A dialog box will appear asking for the name of the destination domain (domain B). Ensure the domain B is running (start it by pressing the Play button in the manager if needed)
1. You will get now a confirmation dialog box (this will be displayed by Dom0, so none of the domains can fake your consent). After you click ok, the file copy operation will start, and the files will be copied into the following folder in domain B:
- ```/home/user/incoming/from-<srcdomain>```
- `/home/user/QubesIncoming/<srcdomain>`
1. You can now move them whenever you like in the domain B filesystem using the file manager there.
CLI
---
[qvm-copy-to-vm](/wiki/VmTools/QvmCopyToVm)
On inter-domain file copy security
----------------------------------