Re: compress raw image

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



you seem to be subscribing to the 'its easier to do it all in one line' approach. don't do that. 
1) dump: dd if=<device> of=imagefile.iso
2) compress:    bzip2 -z imagfile.iso -c  > imagfile.iso.bz2
3) send: scp your_username@xxxxxxxxxxxxxx:imagefile.iso /some/local/directory/imagefile.iso.bz2
4) decompress : bunzip  imagefile.iso.bz2 

ok, enough wrinkles here that you need to iron out by reading the man pages, I'll 
 
-- 
Nehemiah I. Dacres
Saint Louis University: Advanced Technology Group
Linux System Administrator 


_______________________________________________
CentOS-virt mailing list
CentOS-virt@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos-virt

[Index of Archives]     [CentOS Users]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Linux USB]

  Powered by Linux