Hello guys,

just take a look at this:

>> Software Compression: 99.3 % <<

I guess your disk is totally empty, and probably you store your disk in 
something that provides thin
provisioning.

During backup, you read zeros that are provided by the thin provisioning which 
is quite fast and
which is compressed to only 1,8 GBytes  but during restore 268 GBytes of zeros 
are really allocated
and filled with zeroes in your disk image.

So the speed you see is the speed that you can write data into your backend.

I expect that the iowait during restore is close to 100%, and you could as well 
do a

"dd if=/dev/zero of=/path/to/your/disk/device"

 and have the same speed.

In your case it would definitely make sense to backup the filesystem inside of 
your vm instead of
the vm image.



-- 
Mit freundlichen Grüßen

 Philipp Storz                             [email protected]
 Bareos GmbH & Co. KG                      Phone: +49 221 63 06 93-92
 http://www.bareos.com                     Fax:   +49 221 63 06 93-10

 Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
 Geschäftsführer: Stephan Dühr, M. Außendorf,
 J. Steffens, P. Storz

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to