s/rfd0/fd0/

Submitted by:	Valentino Vaschetto <valentino.vaschetto@windriver.com>
This commit is contained in:
Murray Stokely 2001-05-19 07:06:50 +00:00
parent 3a512dad5e
commit 8a38ea4aca
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9464
2 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.27 2000/12/15 21:52:33 jim Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.28 2001/04/09 00:33:48 dd Exp $
-->
<chapter id="backups">
@ -436,12 +436,12 @@ fi
# place boot blocks on the floppy
#
disklabel -w -B /dev/rfd0c fd1440
disklabel -w -B /dev/fd0c fd1440
#
# newfs the one and only partition
#
newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/rfd0a
newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/fd0a
#
# mount the new floppy
@ -674,13 +674,13 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
<para>To backup all the files in the current directory and sub-directory
use this (as root):</para>
<screen>&prompt.root; <userinput>tar Mcvf /dev/rfd0 *</userinput></screen>
<screen>&prompt.root; <userinput>tar Mcvf /dev/fd0 *</userinput></screen>
<para>When the first floppy is full &man.tar.1; will prompt you to
insert the next volume (because &man.tar.1; is media independent it
refers to volumes. In this context it means floppy disk)</para>
<screen>Prepare volume #2 for /dev/rfd0 and hit return:</screen>
<screen>Prepare volume #2 for /dev/fd0 and hit return:</screen>
<para>This is repeated (with the volume number incrementing) until all
the specified files have been archived.</para>
@ -700,12 +700,12 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
<para>To restore the entire archive use:</para>
<screen>&prompt.root; <userinput>tar Mxvf /dev/rfd0</userinput></screen>
<screen>&prompt.root; <userinput>tar Mxvf /dev/fd0</userinput></screen>
<para>To restore only specific files you can either start with the first
floppy and use:</para>
<screen>&prompt.root; <userinput>tar Mxvf /dev/rfd0 <replaceable>filename</replaceable></userinput></screen>
<screen>&prompt.root; <userinput>tar Mxvf /dev/fd0 <replaceable>filename</replaceable></userinput></screen>
<para>&man.tar.1; will prompt you to insert subsequent floppies until it
finds the required file.</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.27 2000/12/15 21:52:33 jim Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.28 2001/04/09 00:33:48 dd Exp $
-->
<chapter id="backups">
@ -436,12 +436,12 @@ fi
# place boot blocks on the floppy
#
disklabel -w -B /dev/rfd0c fd1440
disklabel -w -B /dev/fd0c fd1440
#
# newfs the one and only partition
#
newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/rfd0a
newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/fd0a
#
# mount the new floppy
@ -674,13 +674,13 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
<para>To backup all the files in the current directory and sub-directory
use this (as root):</para>
<screen>&prompt.root; <userinput>tar Mcvf /dev/rfd0 *</userinput></screen>
<screen>&prompt.root; <userinput>tar Mcvf /dev/fd0 *</userinput></screen>
<para>When the first floppy is full &man.tar.1; will prompt you to
insert the next volume (because &man.tar.1; is media independent it
refers to volumes. In this context it means floppy disk)</para>
<screen>Prepare volume #2 for /dev/rfd0 and hit return:</screen>
<screen>Prepare volume #2 for /dev/fd0 and hit return:</screen>
<para>This is repeated (with the volume number incrementing) until all
the specified files have been archived.</para>
@ -700,12 +700,12 @@ echo "The floppy has been unmounted and is now ready."]]></programlisting>
<para>To restore the entire archive use:</para>
<screen>&prompt.root; <userinput>tar Mxvf /dev/rfd0</userinput></screen>
<screen>&prompt.root; <userinput>tar Mxvf /dev/fd0</userinput></screen>
<para>To restore only specific files you can either start with the first
floppy and use:</para>
<screen>&prompt.root; <userinput>tar Mxvf /dev/rfd0 <replaceable>filename</replaceable></userinput></screen>
<screen>&prompt.root; <userinput>tar Mxvf /dev/fd0 <replaceable>filename</replaceable></userinput></screen>
<para>&man.tar.1; will prompt you to insert subsequent floppies until it
finds the required file.</para>