Skip to content

Commit

Permalink
Manual for qvm-move(1)
Browse files Browse the repository at this point in the history
fixes: QubesOS/qubes-issues#8023
(cherry picked from commit abad3e9)
  • Loading branch information
alimirjamali authored and marmarek committed Jul 29, 2024
1 parent d5f3304 commit 1ae7168
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
2 changes: 2 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ help:
install: manpages
mkdir -p $(DESTDIR)/usr/share/man/man1
cp $(VM_DOCS) $(DESTDIR)/usr/share/man/man1/
ln -sf qvm-copy.1.gz $(DESTDIR)/usr/share/man/man1/qvm-copy-to-vm.1.gz
ln -sf qvm-move.1.gz $(DESTDIR)/usr/share/man/man1/qvm-move-to-vm.1.gz

%.1: %.rst
$(PANDOC) $< > $@
Expand Down
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 1ae7168

Please sign in to comment.