-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes: QubesOS/qubes-issues#8023 (cherry picked from commit abad3e9)
- Loading branch information
1 parent
d5f3304
commit 1ae7168
Showing
3 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
=========== | ||
qvm-move(1) | ||
=========== | ||
|
||
NAME | ||
==== | ||
qvm-move - move specified files to a destination VM. Prompt user to select a destination VM. Does not work in dom0. | ||
|
||
SYNOPSIS | ||
======== | ||
| qvm-move [--without-progress] file [file]+ | ||
OPTIONS | ||
======= | ||
--without-progress | ||
Don't display progress info | ||
|
||
|
||
================= | ||
qvm-move-to-vm(1) | ||
================= | ||
For use in scripting; for interactive use, use qvm-move. | ||
|
||
NAME | ||
==== | ||
qvm-move-to-vm - move specified files to specified destination VM. Deprecated outside of dom0. | ||
|
||
SYNOPSIS | ||
======== | ||
| qvm-move-to-vm [--without-progress] dest_vmname file [file]+ | ||
OPTIONS | ||
======= | ||
--without-progress | ||
Don't display progress info | ||
|
||
|
||
AUTHORS | ||
======= | ||
| Joanna Rutkowska <joanna at invisiblethingslab dot com> | ||
| Rafal Wojtczuk <rafal at invisiblethingslab dot com> | ||
| Marek Marczykowski <marmarek at invisiblethingslab dot com> |