s/ssh1/ssh in a dump(8) command line.
This commit is contained in:
parent
2b8fcc26e4
commit
0533ca92d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21367
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
|
|||
<example>
|
||||
<title>Using <command>dump</command> over <application>ssh</application></title>
|
||||
|
||||
<screen>&prompt.root; <userinput>/sbin/dump -0uan -f - /usr | gzip -2 | ssh1 -c blowfish \
|
||||
<screen>&prompt.root; <userinput>/sbin/dump -0uan -f - /usr | gzip -2 | ssh -c blowfish \
|
||||
targetuser@targetmachine.example.com dd of=/mybigfiles/dump-usr-l0.gz</userinput></screen>
|
||||
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue