Re: tar backup/ssh problem
From: Per Hedeland (per_at_hedeland.org)
Date: 06/11/04
- Next message: Vahid: "Re: Upgrading OpenSSH"
- Previous message: Todd: "Re: Cant get SSH to work after upgrade"
- In reply to: Nico Kadel-Garcia: "Re: tar backup/ssh problem"
- Next in thread: DharmaFog: "Re: tar backup/ssh problem"
- Reply: DharmaFog: "Re: tar backup/ssh problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 10 Jun 2004 23:11:50 +0000 (UTC)
In article <8Y2dnYO0RNYxA1vdRVn-jw@comcast.com> "Nico Kadel-Garcia"
<nkadel@comcast.net> writes:
>Job Eisses wrote:
>> Gregory Cain wrote:
>>> tar -cvzf server2:/dev/st0 /shares
>>
>> I wonder if this syntax does use SSH at all; what if you try
>> tar -cvzf - /shares | ssh server2 dd of=/dev/st0
>
>The first tar syntax uses "rmt", not SSH. It's superior for tape management
>in a number of ways, but of course doesn't provide the secure access and
>data protection of an SSH connection. I think the original poster needs to
>reconfigure his new firewall.
Though "rmt" is not a network protocol but a program, that tar typically
talks to via rexec(3) or rcmd(3) (shudder:-) - so ``"rmt", not SSH''
doesn't really make sense. And of course gnu tar has:
TAR_RSH The TAR_RSH environment variable allows you to override
the default shell used as the transport for tar.
Wether the OP ever had it set to "ssh", and doesn't anymore, is anyone's
guess, of course - but it certainly works.
--Per Hedeland
per@hedeland.org
- Next message: Vahid: "Re: Upgrading OpenSSH"
- Previous message: Todd: "Re: Cant get SSH to work after upgrade"
- In reply to: Nico Kadel-Garcia: "Re: tar backup/ssh problem"
- Next in thread: DharmaFog: "Re: tar backup/ssh problem"
- Reply: DharmaFog: "Re: tar backup/ssh problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]