David Hlác(ik wrote:

*so my input will be dd if=/dev/sda1 , my output will be gzipped or tarred image on second side. sda1.img.gz* **
I haven't had a chance to test this, but something like:

dd if=/dev/sda1 | gzip | ssh [EMAIL PROTECTED] /tmp/somescript

And /tmp/somescript on 'host' can be something like: gunzip | dd of=/dev/sdb1
_______________________________________________
CentOS-virt mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos-virt

Reply via email to