Handbook fixups from 6.X removal:

- fix broken sentence in multimedia [1]
	- GNU tar is no longer in base [2]
Submitted by:	ryusuke [1], pluknet [2]
This commit is contained in:
Rene Ladan 2010-12-03 09:38:53 +00:00
parent fea351d96b
commit f211e47377
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36658
2 changed files with 3 additions and 14 deletions

View file

@ -2513,22 +2513,11 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<indexterm><primary><command>tar</command></primary></indexterm>
<para>Both GNU <command>tar</command>
and the default <command>bsdtar</command> are available. The
GNU version can be invoked with <command>gtar</command>. It
supports remote devices using the same syntax as
<command>rdump</command>. To <command>tar</command> to an
<para>To <command>tar</command> to an
Exabyte tape drive connected to a Sun called
<hostid>komodo</hostid>, use:</para>
<screen>&prompt.root; <userinput>/usr/bin/gtar cf komodo:/dev/nsa8 . 2>&amp;1</userinput></screen>
<para>The same could be accomplished with
<command>bsdtar</command> by using a pipeline and
<command>rsh</command> to send the data to a remote tape
drive.</para>
<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 komodo dd of=<replaceable>tape-device</replaceable> obs=20b</userinput></screen>
<para>If you are worried about the security of backing up over a
network you should use the <command>ssh</command> command

View file

@ -400,7 +400,7 @@ kld snd_ich (1p/2r/0v channels duplex default)</screen>
</note>
<para>
The above will
The correct <devicename>pcm</devicename> device will
automatically be allocated transparently to a program
that requests <filename>/dev/dsp0</filename>.</para>
</sect2>