Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqvm-copy target selection via cli #3584
Comments
andrewdavidwong
added
C: doc
task
labels
Feb 14, 2018
andrewdavidwong
modified the milestones:
Release 4.0,
Documentation/website
Feb 14, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
andrewdavidwong
Feb 14, 2018
Member
The provided user interface is an improvement over the old one on 3.2, but to be able to script certain tasks would yield advantages for me.
You should be able to script it by specifying the destination VM in the appropriate policy file. I think this issue should be about documenting that functionality.
CC: @marmarek
You should be able to script it by specifying the destination VM in the appropriate policy file. I think this issue should be about documenting that functionality. CC: @marmarek |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
andrewdavidwong
Feb 14, 2018
Member
Alternatively, if it's actually available, try using qvm-copy-to-vm (instead of the qvm-copy wrapper), as mentioned in #3141 (if the way it's described there is how it actually ended up being implemented).
|
Alternatively, if it's actually available, try using |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Feb 14, 2018
Member
If policy define action ask, you need GUI anyway. But if you define allow (for some specific source and target), then qvm-copy-to-vm will work.
|
If policy define action |
m4lu commentedFeb 14, 2018
Qubes OS version:
R4.0 (rc4)
Affected TemplateVMs:
Steps to reproduce the behavior:
Run
qvm-copy filein any Qube based on the templates mentioned above.Expected behavior:
There should be a way to provide the target Qube on the cli (without a GUI).
Actual behavior:
A GUI dialogue pops up.
General notes:
The documentation (https://www.qubes-os.org/doc/copying-files/) states that the old tools like
qvm-copy-to-vmare deprecated in 4.x The provided user interface is an improvement over the old one on 3.2, but to be able to script certain tasks would yield advantages for me.Related issues:
#3529 (might be considered related)