NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ubuntu and dd backup (Score:1)
I've got a rather complicated setup on my MacBook, including multiple partitions (BootCamp Windows). In addition to standard backups, I will occasionally reboot with an Ubuntu Live CD, plug in a large USB2 disk, and issue the following command:
sudo dd if=/dev/sda of=/media/usbdisk/macbook_2008_01_23.imgIt creates a perfect bit-by-bit copy of the entire disk into an image file. The image file is, of course, huge, but you can compress it afterwards with gzip of bzip2. It compresses any empty space on t
Re:Ubuntu and dd backup (Score:1)
Really, if I have now found the two things that get hosed by Time Machine, that's fine. I just need to remember.
Doing a dd-based backup seems like it will take too much time for me to rely on myself doing it.
rjbs
Reply to This
Parent