Skip to content

Commit

Permalink
Manual for qvm-move(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Jul 16, 2024
1 parent 9244e6c commit 4beb26f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/vm-tools/qvm-copy.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==============
qvm-copy
==============
===========
qvm-copy(1)
===========

NAME
====
Expand All @@ -16,9 +16,9 @@ OPTIONS
Don't display progress info


==============
qvm-copy-to-vm
==============
=================
qvm-copy-to-vm(1)
=================
For use in scripting; for interactive use, use qvm-copy.

NAME
Expand Down
42 changes: 42 additions & 0 deletions doc/vm-tools/qvm-move.rst
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>

0 comments on commit 4beb26f

Please sign in to comment.