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

Re: Making an image of my HDD



dd if=${device} conv=sync,noerror bs=64K | ssh -l ${user} ${host} "dd of=file.bin bs=64K"


I have used dd to back up and restore hard drives before, but I've saved the image on a NFS directory instead of using ssh.

    - Dave

--

Dave Parker
Utica College Department of
Integrated Information Technology Services
Data Processing Office
(315) 792-3229
Registered Linux User #408177


Reply to: