Guest User

Untitled

a guest
Oct 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. for i in b c d e f g h
  3. do
  4. echo "dd if=/dev/sd$i conv=sync,noerror bs=64K |gzip -c > /mnt/sd$i.img.gz"
  5. echo "Completed copy of sd$i"
  6. done
Add Comment
Please, Sign In to add comment