old-www/LDP/intro-linux/html/sect_09_06.html

196 lines
2.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Exercises</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Introduction to Linux"
HREF="index.html"><LINK
REL="UP"
TITLE="Fundamental Backup Techniques"
HREF="chap_09.html"><LINK
REL="PREVIOUS"
TITLE="Summary"
HREF="sect_09_05.html"><LINK
REL="NEXT"
TITLE="Networking"
HREF="chap_10.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"
>Introduction to Linux: </TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="sect_09_05.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 9. Fundamental Backup Techniques</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="chap_10.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="sect_09_06"
></A
>9.6. Exercises</H1
><P
></P
><UL
><LI
><P
>Make a backup copy of your home directory in <TT
CLASS="filename"
>/var/tmp</TT
> using the <B
CLASS="command"
>tar</B
> command. Then further compress the file using <B
CLASS="command"
>gzip</B
> or <B
CLASS="command"
>bzip2</B
>. Make it a clean tarred file, one that doesn't make a mess when unpacking.</P
></LI
><LI
><P
>Format a floppy and put some files from your home directory on it. Switch floppies with another trainee and recover his/her floppy in your home directory.</P
></LI
><LI
><P
>DOS format the floppy. Use the <EM
>mtools</EM
> to put and delete files on it.</P
></LI
><LI
><P
>What happens to an unformatted floppy when you want to mount it into the file system?</P
></LI
><LI
><P
>If you have any USB storage, try to put a file on it.</P
></LI
><LI
><P
>Using <B
CLASS="command"
>rsync</B
>, make a copy of your home directory to another local or remote file system.</P
></LI
><LI
><P
>When leaving files on a network server, it's best to encrypt them. Make a <TT
CLASS="filename"
>tar</TT
> archive of your home directory and encrypt it.</P
></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="sect_09_05.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="chap_10.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Summary</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="chap_09.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Networking</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>