git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a87e0a
)
todo: Notes on virt copy command.
author
Richard Jones
<rjones@redhat.com>
Thu, 9 Sep 2010 12:40:45 +0000
(13:40 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 9 Sep 2010 12:40:45 +0000
(13:40 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
97dc301
..
452e5dc
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-382,3
+382,16
@@
command such as:
copy-out-recursive remotedir localdir
which would hide use of tgz-in etc.
+
+Other thoughts on this:
+
+virt-cp or virt-rcp or virt-copy or virt-scp or ...?
+
+virt-copy *.c *.h GuestName:/tmp/
+
+virt-copy -r dir/ GuestName:/tmp/
+
+virt-copy GuestName:/tmp/foo* .
+
+virt-copy disk.img:/tmp/bar* otherdisk.img:/tmp
+( probably not because it requires multiple libguestfs connections)