From owner-freebsd-questions@FreeBSD.ORG Sat Mar 11 17:16:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168B416A41F for ; Sat, 11 Mar 2006 17:16:10 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay1.av-mx.com (relay1.av-mx.com [137.118.16.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A9D43D49 for ; Sat, 11 Mar 2006 17:16:09 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay1.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 198495728 for freebsd-questions@freebsd.org; Sat, 11 Mar 2006 12:16:09 -0500 Received: (qmail 14282 invoked from network); 11 Mar 2006 17:16:08 -0000 Received: from dsl13061.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@66.243.212.61) by 0 with SMTP; 11 Mar 2006 17:16:08 -0000 X-CLIENT-IP: 66.243.212.61 X-CLIENT-HOST: dsl13061.ywave.com Message-ID: <441305D6.4010003@ywave.com> Date: Sat, 11 Mar 2006 09:16:06 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Dave References: <010e01c642cb$0701ca70$0200a8c0@satellite> <440F0B1A.9080007@ywave.com> <012c01c642e3$4fccd070$0200a8c0@satellite> In-Reply-To: <012c01c642e3$4fccd070$0200a8c0@satellite> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freeBSD Subject: Re: sending large amount of data securely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2006 17:16:10 -0000 Dave wrote: > Hi, > Unfortunately, the box doesn't have the room on it to make the tar > backup, so i'd have to tar over ssh, then untar on the other box. Is > this doable? > Thanks. > Dave. > > ----- Original Message ----- From: "Micah" > To: "Dave" > Cc: > Sent: Wednesday, March 08, 2006 11:49 AM > Subject: Re: sending large amount of data securely > > >> Dave wrote: >>> Hello, >>> I've got two freebsd6 boxes on one i have a large collection of >>> files, like about 3.5 gb worth, that i want to send securely to the >>> other box. I've tried: >>> >>> scp -24Cpr >>> >>> to do it, it transfered 1gb of data then quit. I'm suspecting it >>> didn't get the sym links if any in this data. Any suggestions >>> appreciated. >>> Thanks. >>> Dave. >>> >> >> Some options are to tar then scp, or to use rsync+ssh. I've >> transfered 6gb tar backups via scp in the past with no problems. >> >> HTH, >> Micah > Yes, you can direct the output of tar into ssh and have that output into tar on the other end. Google for specifics, but a the simple search terms "tar over ssh" turned up this thread: http://lists.debian.org/debian-user/2003/03/msg05757.html P.S. Don't forget to CC the list. Someone there surely could've answered your question in a more timely fashion that I could this last week. HTH, Micah