Added a note to Nik's tar and rsh pipeline example about being able

to use 'ssh' instead of 'rsh' should security be a factor.  I've
not explained that ssh is a port prior to 4.0-RELEASE.
This commit is contained in:
Josef Karthauser 2000-05-15 00:10:38 +00:00
parent fb71e084e9
commit f13001ead6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7194
2 changed files with 8 additions and 2 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.20 2000/04/03 02:15:34 chris Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.21 2000/05/06 10:56:51 nik Exp $
-->
<chapter id="backups">
@ -266,6 +266,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
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>
<para>If you're worried about the security of backing over a network
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
</sect2>
<sect2>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.20 2000/04/03 02:15:34 chris Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml,v 1.21 2000/05/06 10:56:51 nik Exp $
-->
<chapter id="backups">
@ -266,6 +266,9 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
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>
<para>If you're worried about the security of backing over a network
you should use the &man.ssh.1; command instead of &man.rsh.1;.</para>
</sect2>
<sect2>