Backing up to HDDForum: Other Help Topics Topic: Backing up to HDD started by: bhtooefr Posted by bhtooefr on Jan. 24 2004,17:42
I have a running DSL system with which I would like to back up the ramdisk to a hard drive (reiserfs, DSL will mount it). The backup code will only back up to a usb drive (I have one big enough, but it's dead) or a floppy (with Firebird? No way in heck!) How do I trick DSL into thinking that /mnt/hdb1/dslbackup is a backup device, or better yet, trick it into thinking that it's /ramdisk?
Posted by TyphoonMentat on Jan. 25 2004,09:00
Try these commands at the console:tar -c /ramdisk > /mnt/hdb1/backup bzip2 /mnt/hdb1/backup That will give you backup.bz2 which can be extracted into /ramdisk again when you next boot. |