search for: libguestfs_rsync_out

Displaying 3 results from an estimated 3 matches for "libguestfs_rsync_out".

2015 Feb 07
4
getting guestfs_rsync_out to work
...from the Linux command line, and we can get libguestfs APIs like guestfs_cat() to work fine. But we’ve had zero luck with rsync_out over the last week. Unfortunately there are no actual API examples online, no “recipes” on the libguestfs.org site, etc. Does anyone know where there are some actual libguestfs_rsync_out() working examples? Thanks. -Jeff
2015 Feb 08
0
Re: getting guestfs_rsync_out to work
...iagnose problems without turning on debugging in libguestfs: http://libguestfs.org/guestfs-faq.1.html#how-do-i-debug-when-using-the-api > Unfortunately there are no actual API examples online, no > “recipes” on the libguestfs.org site, etc. Does anyone know > where there are some actual libguestfs_rsync_out() working examples? The only example I can point to is this test: https://github.com/libguestfs/libguestfs/blob/master/tests/rsync/test-rsync.sh Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordp...
2015 Feb 08
1
Re: getting guestfs_rsync_out to work
...libguestfs: >> >> http://libguestfs.org/guestfs-faq.1.html#how-do-i-debug-when-using-the-api >> >>> Unfortunately there are no actual API examples online, no >>> “recipes” on the libguestfs.org site, etc. Does anyone know >>> where there are some actual libguestfs_rsync_out() working examples? >> >> The only example I can point to is this test: >> >> https://github.com/libguestfs/libguestfs/blob/master/tests/rsync/test-rsync.sh > > Thanks very much. In our example, the libguestfs API syntax required turns out to be: > > guestfs_r...