Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170558

qmrestore 'write zeros' question

$
0
0
Hello,
I'd like to understand 'write zeros' in qmrestore .

We've recently used sdelete in win kvm's and that cut down backup up size 30-50% . Same with linux kvm's using this:
Code:

dd if=/dev/zero of=zero.small.file bs=1024  count=102400

ls -lh zero.small.file

dd if=/dev/zero of=zero.file bs=1024

ls -lh zero.file

/bin/rm -f  zero.small.file
sync ; sleep 60 ; sync
/bin/rm  -f  zero.file



My question is: should 'write zeros' turned on in qmrestore in order to make KVM's more efficient? Or is it unrelated?

I've check man pages , searched using google but could not find an answer.

thanks.

Viewing all articles
Browse latest Browse all 170558

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>