summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-09 13:40:45 +0100
committerRichard Jones <rjones@redhat.com>2010-09-09 13:40:45 +0100
commit979bcc553897f42024539ae6dd6ba66e9764a92c (patch)
tree6f06b96394cd51be4415b72827c3676acbfc64b6 /TODO
parent6a87e0af24e957398ddae7db3c37da5d23f6686c (diff)
downloadlibguestfs-979bcc553897f42024539ae6dd6ba66e9764a92c.tar.gz
libguestfs-979bcc553897f42024539ae6dd6ba66e9764a92c.tar.xz
libguestfs-979bcc553897f42024539ae6dd6ba66e9764a92c.zip
todo: Notes on virt copy command.
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 97dc3013..452e5dc3 100644
--- 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)