Advertisement
opexxx

dd_ssh

Aug 15th, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1.  
  2. ssh -l <user> <ip/name> dd if=/dev/hda bs=512 > image.iso
  3.  
  4.  
  5. ssh -l <user> <ip/name> dd if=/dev/hda bs=512 | bzip2 -z > image.iso
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement