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:
parent
d4a1fc3461
commit
d965caa523
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10540
1 changed files with 37 additions and 37 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
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">
|
<chapter id="backups">
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
the several minutes that would be required for other tapes. Software
|
the several minutes that would be required for other tapes. Software
|
||||||
such as SAMS:Alexandria can operate forty or more AIT tape libraries,
|
such as SAMS:Alexandria can operate forty or more AIT tape libraries,
|
||||||
communicating directly with the tape's memory chip to display the
|
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, locate the correct tape, load it, and restore the data from the
|
||||||
tape.</para>
|
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>
|
<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>
|
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
|
||||||
</sect2>
|
</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
|
<para>&man.cpio.1; is the original Unix file interchange tape program
|
||||||
for magnetic media. &man.cpio.1; has options (among many others) to
|
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
|
and pipe the data to other programs. This last feature makes
|
||||||
&man.cpio.1; and excellent choice for installation media.
|
&man.cpio.1; and excellent choice for installation media.
|
||||||
&man.cpio.1; does not know how to walk the directory tree and a list
|
&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
|
rather than a single program. An Amanda server will backup to
|
||||||
a single tape drive any number of computers that have Amanda
|
a single tape drive any number of computers that have Amanda
|
||||||
clients and a network connection to the Amanda server. A
|
clients and a network connection to the Amanda server. A
|
||||||
common problem at locations with a number of large disks is
|
common problem at sites with a number of large disks is
|
||||||
the length of time required to backup to data directly to tape
|
that the length of time required to backup to data directly to tape
|
||||||
exceeds the amount of time available for the task. Amanda
|
exceeds the amount of time available for the task. Amanda
|
||||||
solves this problem. Amanda can use a "holding disk" to
|
solves this problem. Amanda can use a "holding disk" to
|
||||||
backup several filesystems at the same time. Amanda creates
|
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
|
Restoring a damaged filesystem requires the most recent full
|
||||||
backup and the incremental backups.</para>
|
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
|
network traffic that Amanda generates. Amanda will use any of the
|
||||||
above backup programs to write the data to tape. Amanda is available
|
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>
|
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
|
choice for preserving all your data and all the peculiarities of Unix
|
||||||
filesystems is &man.dump.8;. Elizabeth created filesystems containing
|
filesystems is &man.dump.8;. Elizabeth created filesystems containing
|
||||||
a large variety of unusual conditions (and some not so unusual ones)
|
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
|
filesystems. The peculiarities included: files with holes, files with
|
||||||
holes and a block of nulls, files with funny characters in their
|
holes and a block of nulls, files with funny characters in their
|
||||||
names, unreadable and unwritable files, devices, files that change
|
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>
|
step three.</para>
|
||||||
|
|
||||||
<para>Otherwise, you have to create two custom bootable
|
<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:
|
and access your tape drive. These floppies must contain:
|
||||||
&man.fdisk.8;, &man.disklabel.8;, &man.newfs.8;,
|
&man.fdisk.8;, &man.disklabel.8;, &man.newfs.8;,
|
||||||
&man.mount.8;, and whichever backup program you use. These
|
&man.mount.8;, and whichever backup program you use. These
|
||||||
|
@ -565,7 +565,7 @@ then
|
||||||
The MINI kernel does not exist, please create one.
|
The MINI kernel does not exist, please create one.
|
||||||
Here is an example config file:
|
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"
|
machine "i386"
|
||||||
cpu "I486_CPU"
|
cpu "I486_CPU"
|
||||||
|
|
Loading…
Reference in a new issue