old-www/HOWTO/Linux-Complete-Backup-and-R.../resources.html

413 lines
10 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Resources</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Linux Complete Backup and Recovery HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="The Scripts"
HREF="thescripts.html"><LINK
REL="NEXT"
TITLE="GNU Free Documentation License"
HREF="appendix1gfdl.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Complete Backup and Recovery HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="thescripts.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="appendix1gfdl.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="RESOURCES"
></A
>12. Resources</H1
><P
>In no particular order. These are things you might want to investigate for yourself. A listing here should not be taken as an endorsement. In fact, in many case I have not used the product and cannot comment on it.</P
><P
></P
><UL
><LI
><P
><A
HREF="http://osdev.berlios.de/netboot.html"
TARGET="_top"
>Network-booting Your Operating System</A
> describes several techniques for booting across a network, using <A
HREF="http://www.gnu.org/software/grub/"
TARGET="_top"
>grub</A
> and some other tricks. I haven't tried it, but I have a sneaky suspicion that with an especially trained floppy diskette, you could get your entire first stage image onto the computer to be restored.</P
></LI
><LI
><P
><SPAN
CLASS="QUOTE"
>"<A
HREF="http://btmgr.webframe.org/"
TARGET="_top"
>Smart Boot Manager (SBM)</A
> is an OS independent and full-featured boot manager with an easy-to-use user interface. There are some screen shots available."</SPAN
> It is essential if your BIOS will not allow you to boot to CD-ROM and you want to use a CD-ROM based Linux for Stage 1 recovery.</P
></LI
><LI
><P
><A
HREF="http://www.oreilly.com/catalog/unixbr/author.html"
TARGET="_top"
>W. Curtis Preston</A
>'s excellent <A
HREF="http://www.oreilly.com/catalog/unixbr/"
TARGET="_top"
><I
CLASS="CITETITLE"
>Unix Backup &#38; Recovery</I
></A
>. This is the book that got me started on this bare metal recovery stuff. I highly recommend it; <A
HREF="http://www2.linuxjournal.com/lj-issues/issue78/3839.html"
TARGET="_top"
>read my review</A
>.</P
></LI
><LI
><P
>An old (2000) list of <A
HREF="http://www.fokus.gmd.de/linux/linux-distrib-small.html"
TARGET="_top"
>small Linux disties.</A
></P
></LI
><LI
><P
><A
HREF="http://www.toms.net/rb"
TARGET="_top"
>tomsrtbt</A
>, <SPAN
CLASS="QUOTE"
>"The most Linux on 1 floppy disk."</SPAN
> Tom also has links to other small disties.</P
></LI
><LI
><P
>The <A
HREF="http://www.tldp.org/"
TARGET="_top"
>Linux Documentation Project</A
>. See particularly the <SPAN
CLASS="QUOTE"
>"<I
CLASS="CITETITLE"
>LILO, Linux Crash Rescue HOW-TO</I
>."</SPAN
></P
></LI
><LI
><P
>The Free Software Foundation's <A
HREF="http://www.gnu.org/software/parted"
TARGET="_top"
><TT
CLASS="FILENAME"
>parted</TT
></A
> for editing (enlarging, shrinking, moving) partitions.</P
></LI
><LI
><P
><A
HREF="http://qtparted.sourceforge.net/"
TARGET="_top"
>QtParted</A
> looks to do the same thing with a GUI front end.</P
></LI
><LI
><P
><A
HREF="http://www.partimage.org/"
TARGET="_top"
>Partition Image</A
> for backing up partitions.</P
><P
>From the web page: <SPAN
CLASS="QUOTE"
>"Partition Image is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (ZIP for example), .... The partition can be saved across the network since version 0.6.0."</SPAN
></P
></LI
><LI
><P
><A
HREF="http://sourceforge.net/projects/bacula"
TARGET="_top"
>Bacula</A
> is a GLPled backup product which has bare metal recovery code inspired in part by this HOWTO.</P
></LI
><LI
><P
><SPAN
CLASS="QUOTE"
>"<A
HREF="http://www.feyrer.de/g4u/"
TARGET="_top"
>g4u ('ghost for unix')</A
> is a NetBSD-based bootfloppy/CD-ROM that allows easy cloning of PC harddisks to deploy a common setup on a number of PCs using FTP. The floppy/CD offers two functions. First is to upload the compressed image of a local harddisk to a FTP server. Other is to restore that image via FTP, uncompress it and write it back to disk; network configuration is fetched via DHCP. As the harddisk is processed as a image, any filesystem and operating system can be deployed using g4u."</SPAN
></P
></LI
><LI
><P
><SPAN
CLASS="QUOTE"
>"We present <A
HREF="http://www.cs.utah.edu/flux/papers/frisbee-usenix03-base.html"
TARGET="_top"
>Frisbee</A
>, a system for saving, transferring, and installing entire disk images, whose goals are speed and scalability in a LAN environment. Among the techniques Frisbee uses are an appropriately-adapted method of filesystem-aware compression, a custom application-level reliable multicast protocol, and flexible application-level framing. This design results in a system which can rapidly and reliably distribute a disk image to many clients simultaneously. For example, Frisbee can write a total of 50 gigabytes of data to 80 disks in 34 seconds on commodity PC hardware. We describe Frisbee's design and implementation, review important design decisions, and evaluate its performance."</SPAN
></P
></LI
><LI
><P
>There are a number of USB key disties available. Check <A
HREF="http://www.distrowatch.com/"
TARGET="_top"
>DistroWatch</A
> for details.</P
></LI
><LI
><P
>CD-ROM based rescue kits. This is not intended to be an exhaustive list. If you know of one (or even something that pretends to be one), please <A
HREF="charlescurley at charlescurley dot com"
TARGET="_top"
>let me know</A
>. You may find more recent information at <A
HREF="http://www.distrowatch.com/"
TARGET="_top"
>DistroWatch</A
>.</P
><P
></P
><UL
><LI
><P
>Hugo Rabson's <A
HREF="http://www.microwerks.net/~hugo/"
TARGET="_top"
>Mondo</A
> <SPAN
CLASS="QUOTE"
>"... creates one or more bootable Rescue CD's (or tape+floppies) containing some or all of your filesystem. In the event of catastrophic data loss, you will be able to restore from bare metal."</SPAN
></P
></LI
><LI
><P
>The <A
HREF="http://crashrecovery.org/"
TARGET="_top"
>Crash Recovery Kit for Linux</A
></P
></LI
><LI
><P
><A
HREF="http://www-106.ibm.com/developerworks/linux/library/l-knopx.html?ca=dgr-lnxw04Knoppix"
TARGET="_top"
><SPAN
CLASS="QUOTE"
>"System recovery with Knoppix"</SPAN
></A
> is a good introduction to system recovery in general, and has some useful <A
HREF="http://www.knoppix.org/"
TARGET="_top"
>Knoppix</A
> links.</P
></LI
><LI
><P
><SPAN
CLASS="QUOTE"
>"<A
HREF="http://emergencycd2.sourceforge.net/"
TARGET="_top"
>Cool Linux CD</A
> is live CD with Linux system. This used 2.4 kernel and some free and demo soft."</SPAN
></P
></LI
><LI
><P
><A
HREF="http://www.sysresccd.org/index.en.php"
TARGET="_top"
>SystemRescueCd</A
><SPAN
CLASS="QUOTE"
>" is a linux system on a bootable cdrom for repairing your system and your data after a crash. It also aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It contains a lot of system utilities (parted, partimage, fstools, ...) and basic ones (editors, midnight commander, network tools). It aims to be very easy to use: just boot from the cdrom, and you can do everything. The kernel of the system supports most important file systems (ext2/ext3, reiserfs, xfs, jfs, vfat, ntfs, iso9660), and network ones (samba and nfs)."</SPAN
></P
></LI
><LI
><P
><A
HREF="http://syslinux.zytor.com/"
TARGET="_top"
>Syslinux</A
> builds boot code for floppy diskettes, CD-ROMs and Intel PXE (Pre-Execution Environment) images. It is not dependent on a floppy diskette image. You can build your own CDs with a number of tools, such as <A
HREF="http://www.toms.net/rb"
TARGET="_top"
>tomsrtbt</A
>, on it.</P
></LI
><LI
><P
>In case you'd like to roll your own: <SPAN
CLASS="QUOTE"
>"<A
HREF="http://www.linux-live.org/"
TARGET="_top"
>Linux Live</A
> is a set of bash scripts which allows you to create [your] own LiveCD from every Linux distribution. Just install your favourite distro, remove all unnecessary files (for example man pages and all other files which are not important for you) and then download and run these scripts."</SPAN
></P
></LI
><LI
><P
><SPAN
CLASS="QUOTE"
>"The <A
HREF="http://www.linbox.com/en/ppart.html"
TARGET="_top"
>PPART CD</A
> allows you to generate system recovery bootable CD of previously saved hard disks."</SPAN
></P
></LI
><LI
><P
><A
HREF="http://rescuecd.sourceforge.net/"
TARGET="_top"
> Timo's Rescue CD Set</A
>: <SPAN
CLASS="QUOTE"
>" This set is my approach for an easy way to generate a rescue system on a bootable cd, which can easily be adapted to the own needs. The project evolves more and more into a 'debian on cd' project, so it's not only possible to use the system as a rescuecd, it is also possible to install a whole debian system on cd."</SPAN
></P
></LI
><LI
><P
>The <A
HREF="http://www.frozentech.com/content/livecd.php"
TARGET="_top"
>List of Live CDs</A
> has more CD based disties.</P
></LI
></UL
></LI
></UL
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="thescripts.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="appendix1gfdl.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>The Scripts</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>GNU Free Documentation License</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>