Re: PITR backup to Novell Netware file server

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Andrew Kroeger" <andrew(at)sprocks(dot)gotdns(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PITR backup to Novell Netware file server
Date: 2007-08-08 13:44:42
Message-ID: 46B9827A.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> On Tue, Aug 7, 2007 at 10:31 PM, in message
<46B93907(dot)3060401(at)sprocks(dot)gotdns(dot)com>, Andrew Kroeger
<andrew(at)sprocks(dot)gotdns(dot)com> wrote:
> Kevin Grittner wrote:
>> The Netware server supports ssh, scp, and an rsync daemon. I don't see how
>> the ssh implementation is helpful, though, since it just gets you to the
>> Netware console -- you can't cat to a disk file through it, for example.
>
> scp & rsync can't really deal well with stdin. However, you can
> accomplish something with ssh like the following (on Linux):
>
> cat source_file | ssh remote_host "cat >/path/to/file"
>

Right, that's what I was saying I couldn't see how to do with Netware,
because the ssh just gets you to the Netware console. We have been
using that technique a lot with Linux. I trust that error checking is
covered by the ssh layer and the TCP layer on which it rides.

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Julio Leyva 2007-08-08 13:57:12 Re: Postgresql Login problem
Previous Message pingu.freak 2007-08-08 09:38:11 Re: Transaction-Overflow