Assorted spelling / grammar fixes.

Whitespace fixes within a <programlisting>

PR:		docs/29848
Submitted by:	John Murphy <jfm@blueyonder.co.uk>
This commit is contained in:
Murray Stokely 2001-09-02 11:47:02 +00:00
parent d4a1fc3461
commit d965caa523
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10540

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.42 2001/08/16 18:35:00 chern Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml,v 1.43 2001/09/02 10:56:54 murray Exp $
-->
<chapter id="backups">
@ -186,7 +186,7 @@
the several minutes that would be required for other tapes. Software
such as SAMS:Alexandria can operate forty or more AIT tape libraries,
communicating directly with the tape's memory chip to display the
contents on screen, determine what files where backed up to which
contents on screen, determine what files were backed up to which
tape, locate the correct tape, load it, and restore the data from the
tape.</para>
@ -323,7 +323,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<screen>&prompt.root; <userinput>tar cf - . | rsh <replaceable>hostname</replaceable> dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
<para>If you are worried about the security of backing over a network
<para>If you are worried about the security of backing up over a network
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
</sect2>
@ -336,7 +336,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<para>&man.cpio.1; is the original Unix file interchange tape program
for magnetic media. &man.cpio.1; has options (among many others) to
perform byte-swapping, write a number of different archives format,
perform byte-swapping, write a number of different archive formats,
and pipe the data to other programs. This last feature makes
&man.cpio.1; and excellent choice for installation media.
&man.cpio.1; does not know how to walk the directory tree and a list
@ -393,8 +393,8 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
rather than a single program. An Amanda server will backup to
a single tape drive any number of computers that have Amanda
clients and a network connection to the Amanda server. A
common problem at locations with a number of large disks is
the length of time required to backup to data directly to tape
common problem at sites with a number of large disks is
that the length of time required to backup to data directly to tape
exceeds the amount of time available for the task. Amanda
solves this problem. Amanda can use a "holding disk" to
backup several filesystems at the same time. Amanda creates
@ -405,7 +405,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
Restoring a damaged filesystem requires the most recent full
backup and the incremental backups.</para>
<para>The configuration file provides fine control backups and the
<para>The configuration file provides fine control of backups and the
network traffic that Amanda generates. Amanda will use any of the
above backup programs to write the data to tape. Amanda is available
as either a port or a package, it is not installed by default.</para>
@ -445,7 +445,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
choice for preserving all your data and all the peculiarities of Unix
filesystems is &man.dump.8;. Elizabeth created filesystems containing
a large variety of unusual conditions (and some not so unusual ones)
and tested each program by doing a backup and restore of that
and tested each program by doing a backup and restore of those
filesystems. The peculiarities included: files with holes, files with
holes and a block of nulls, files with funny characters in their
names, unreadable and unwritable files, devices, files that change
@ -483,7 +483,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
step three.</para>
<para>Otherwise, you have to create two custom bootable
floppies which has a kernel that can mount all of your disks
floppies which have a kernel that can mount all of your disks
and access your tape drive. These floppies must contain:
&man.fdisk.8;, &man.disklabel.8;, &man.newfs.8;,
&man.mount.8;, and whichever backup program you use. These
@ -565,44 +565,44 @@ then
The MINI kernel does not exist, please create one.
Here is an example config file:
#
# MINI -- A kernel to get FreeBSD on onto a disk.
# MINI -- A kernel to get FreeBSD onto a disk.
#
machine "i386"
cpu "I486_CPU"
ident MINI
maxusers 5
machine "i386"
cpu "I486_CPU"
ident MINI
maxusers 5
options INET # needed for _tcp _icmpstat _ipstat
# _udpstat _tcpstat _udb
options FFS #Berkeley Fast File System
options FAT_CURSOR #block cursor in syscons or pccons
options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
options NCONS=2 #1 virtual consoles
options USERCONFIG #Allow user configuration with -c XXX
options INET # needed for _tcp _icmpstat _ipstat
# _udpstat _tcpstat _udb
options FFS #Berkeley Fast File System
options FAT_CURSOR #block cursor in syscons or pccons
options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
options NCONS=2 #1 virtual consoles
options USERCONFIG #Allow user configuration with -c XXX
config kernel root on da0 swap on da0 and da1 dumps on da0
config kernel root on da0 swap on da0 and da1 dumps on da0
device isa0
device pci0
device isa0
device pci0
device fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
device fd0 at fdc0 drive 0
device fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
device fd0 at fdc0 drive 0
device ncr0
device ncr0
device scbus0
device scbus0
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device da0
device da1
device da2
device da0
device da1
device da2
device sa0
device sa0
pseudo-device loop # required by INET
pseudo-device gzip # Exec gzipped a.out's
pseudo-device loop # required by INET
pseudo-device gzip # Exec gzipped a.out's
EOM
exit 1
fi
@ -644,7 +644,7 @@ cd /
# create minimum filesystem table
#
cat > /mnt/etc/fstab <<EOM
/dev/fd0a / ufs rw 1 1
/dev/fd0a / ufs rw 1 1
EOM
#