Rescue
Creation of a Recovery Disk:
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely self-contained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device suggested by /etc/fstab. The only required argument is the kernel version to put onto the boot floppy.
# /sbin/mkbootdisk -- device <device_name> <Kernel_version>
Example:
# /sbin/mkbootdisk --device /dev/fd0 2.4.9-e.3
To obtain the kernel version see your /etc/grub.conf file or the name of the kernel modules library directory for the information. (ls /lib/modules/ Use the directory name of the appropriate kernel. i.e. if the directory name is /lib/modules/2.4.9-34/ then use 2.4.9-34)
Useage:
Boot computer with the floppy in it's drive.
It will boot the kernel from the floppy but then try to use your hard drive. If successful, it will fully boot from your hard drive. It's Painless!!
tar options:
-A append tar files to an archive -c create a new archive -d find differences between archive and file system -r append files to the end of an archive -t list the contents of an archive -u only append files that are newer than copy in archive -x extract files from an archive -l stay in local file system when creating an archive -M create/list/extract multi-volume archive -v verbose mode -j filter the archive through bzip2 -z filter the archive through gzip -Z filter the archive through compress -f <file_name> Name of the archive/Device