Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 11:44:23 -0600 (CST)
From:      Alex Nash <nash@mcs.net>
To:        shredder@hack.babel.dk
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: recovering tar archieve / ssh
Message-ID:  <199801081744.LAA16764@nash.pr.mcs.net>
In-Reply-To: <Pine.BSF.3.95.980108162510.4963A-100000@hack.babel.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On  8 Jan, chrw wrote:
> 
> Hello,
> 
> I hope someone can help me out or give me a hint on the following
> problem. I thought i finally had a working effective way of makign backups
> using tar, with several machines located physically away from my
> office, using a single streamer mounted on a host on my desk.
> 
> Ive been using tar thru an ssh pipe to the fbsd streamer host, like
> 
> tar cvfpl - * | ssh -c blowfish molly 'cat > /dev/nrst0' 

Throw in '-e none' to the ssh command line.  It's possible that ssh is
seeing the escape character followed by an exit command ("~.").

Alex




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801081744.LAA16764>