/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#backup
dd if=/dev/hdaX of=~/file.img
#restore
dd if=~/file.img of=/dev/hdaX
Comments
 Subscribe to comments
                    Subscribe to comments
                
                