Displaying 2 results from an estimated 2 matches for "daemaon".
Did you mean:
daelman
2015 Feb 07
4
getting guestfs_rsync_out to work
All-
Per this page
https://rwmj.wordpress.com/2013/04/22/using-rsync-with-libguestfs/
We are trying to get the libguestfs API guestfs_rsync_out to work. Weve tried combinations similar to:
guestfs_rsync_out(g, /HostShared, rsync://root@10.0.1.90:2999/backup/ -av, -1)
surrounding it with APIs as in the recipe examples, for example replacing libguestfs_cat(), with no luck. In the
2015 Feb 08
1
Re: getting guestfs_rsync_out to work
...ibguestfs: trace: rsync_out "/Win7Folder" "rsync://root@10.0.1.90:2999/backup" "archive:true"
>
> Also, to avoid chgrp and other permission related messages, we had to add:
>
> uid = 0
> gid = 0
>
> in our rsyncd.conf file (we are running rsync daemaon as root).
>
> Now we are testing guestfs_rsync_out() in a loop that runs every 1 sec. We hope to achieve continuous synchronization
> with a live Win7 guest. As I mentioned before, we're only reading from the Win7 guest, and not a lot of data is
> involved, maybe a few files up to...