Displaying 3 results from an estimated 3 matches for "procduce".
2011 Mar 29
1
weird result when using --link-dest
Hello.
I create one full backup, then another backup based on that, using --link-dest to reduce the size of the following backups, but the result is very suprising. the full backup seems to be reduzed in size!!
I've reduced the commands to the bare minimum that still procduces the str.
ange result.
mkdir -p /tmp/full_20110329_122743
mkdir -p /tmp/20110329_125251
rsync --archive -e "ssh" server:/var/webdir/ /tmp/full_20110329_122743
du -s /tmp/*20110329*
18272 /tmp/full_20110329_122743
12 /tmp/20110329_125251
rsync --archive -e "ssh" --link-d...
2018 Aug 08
2
LIBVIRT-4.6.0 can't work with QEMU 3.0.0
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
...chranz wrote:
> Hello,
>
> if I try to use Llibvirt-4.6.0 together with qemu-3.0.0-rc4.
> I run into an issue. Please see the following Memo.
>
> Best regards
>
> Holger
>
> ================================================================================
>
> Procduce QEMU-3.0.0-RC4 and LIBVIRT-4.6.0:
>
> QEMU-3-0-0-RC4:
>
> make clean
> ./configure --enable-libiscsi --enable-libusb --enable-bzip2
> --enable-libnfs --enable-spice --enable-user --enable-virtfs --enable-opengl
> --enable-sdl --enable-gtk --enable-virglrenderer --disable-...