Skip to content

Commit

Permalink
Add hint to use qvm-copy/qvm-move instead of qvm-*-to-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 13, 2017
1 parent 4d51ea9 commit 362e193
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qubes-rpc/qvm-copy-to-vm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ if [ $PROGRESS_TYPE = console ] ; then
export FILECOPY_TOTAL_SIZE
fi

echo "qvm-copy-to-vm/qvm-move-to-vm tools are deprecated," >&2
echo "use qvm-copy/qvm-move to avoid typing target qube name twice" >&2

/usr/lib/qubes/qrexec-client-vm "$VM" qubes.Filecopy /usr/lib/qubes/qfile-agent "$@"

if [ "${0##*/}" = "qvm-move-to-vm" ]; then
Expand Down

0 comments on commit 362e193

Please sign in to comment.