![]() |
Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
I'm working on ways to produce an image of a Linux machine with the Grub boot loader, and place the image on an SMB network share. I've successfully done so with dd, but another admin highly recommends using dump, to verify mbr preservation. I've never used dump for this. What would be the recommended command line to use dump? My dd command is: dd if=/dev/hda | gzip -c | split -b 2000m - /mnt/smb_share/backup.img.gz courtesy of http://wiki.linuxquestions.org/wiki/Dd I've successfully created the image with the above, then successfully restore via: cat /mnt/smb_share/backup.img.gz.* | gzip -dc | dd of=/dev/hda I do this booting from a CentOS 4.4 Live CD. What would be the equivalent for dump? Thanks. Scott -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
![]() |
|
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |