Re: PITR backup to Novell Netware file server - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: PITR backup to Novell Netware file server
Date
Msg-id 46B9827A.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: PITR backup to Novell Netware file server  (Andrew Kroeger <andrew@sprocks.gotdns.com>)
List pgsql-admin
>>> On Tue, Aug 7, 2007 at 10:31 PM, in message
<46B93907.3060401@sprocks.gotdns.com>, Andrew Kroeger
<andrew@sprocks.gotdns.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




pgsql-admin by date:

Previous
From: "Dr. Lal Bopearachchi"
Date:
Subject: Postgresql Login problem
Next
From: Julio Leyva
Date:
Subject: Re: Postgresql Login problem