Add another example on how to use dump over ssh, setting RSH=ssh.
This commit is contained in:
parent
9173e33de5
commit
5fff2f6237
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19668
1 changed files with 11 additions and 0 deletions
|
@ -1786,6 +1786,17 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
|||
targetuser@targetmachine.example.com dd of=/mybigfiles/dump-usr-l0.gz</userinput></screen>
|
||||
|
||||
</example>
|
||||
|
||||
<para>Or using <command>dump</command>'s built-in method,
|
||||
setting the enviroment variable <envar>RSH</envar>:</para>
|
||||
|
||||
<example>
|
||||
<title>Using <command>dump</command> over <application>ssh</application> with <envar>RSH</envar> set</title>
|
||||
|
||||
<screen>&prompt.root; <userinput>RSH=/usr/bin/ssh /sbin/dump -0uan -f targetuser@targetmachine.example.com:/dev/sa0</userinput></screen>
|
||||
|
||||
</example>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue