X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Flib%2FSys%2FGuestfs.pm;h=9501a83f9b729b756037b940c5aa3485008a5767;hb=ac286b26df1aabceca26dac66c325a3676ace4cc;hp=3f00394bfc47bbdbb424c4cea33d865799f49eb0;hpb=e118c14b9552de311cbc1734e03a3226b484c1e8;p=libguestfs.git diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 3f00394..9501a83 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -432,6 +432,16 @@ The first character of C string must be a C<-> (dash). C can be NULL. +=item $h->cp ($src, $dest); + +This copies a file from C to C where C is +either a destination filename or destination directory. + +=item $h->cp_a ($src, $dest); + +This copies a file or directory from C to C +recursively using the C command. + =item $result = $h->debug ($subcmd, \@extraargs); The C<$h-Edebug> command exposes some internals of @@ -734,6 +744,11 @@ the list of devices (eg. C, C). Some internal mounts are not shown. +=item $h->mv ($src, $dest); + +This moves a file from C to C where C is +either a destination filename or destination directory. + =item $h->pvcreate ($device); This creates an LVM physical volume on the named C,