From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 06:41:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7F4106564A for ; Thu, 11 Jun 2009 06:41:46 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from jasper.secsrv.net (jasper.secsrv.net [66.98.138.37]) by mx1.freebsd.org (Postfix) with ESMTP id C301D8FC1B for ; Thu, 11 Jun 2009 06:41:46 +0000 (UTC) (envelope-from freebsd@rgbaz.eu) Received: from [82.161.18.200] (helo=[10.0.1.104]) by jasper.secsrv.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1MEdyl-0006w7-Ls; Thu, 11 Jun 2009 02:41:40 -0400 Message-Id: <6F4F6815-8E2B-4525-ABD4-032A158CF02B@rgbaz.eu> From: FBSD UG To: Roland Smith In-Reply-To: <20090610190932.GB1521@slackbox.xs4all.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 11 Jun 2009 08:41:36 +0200 References: <4A2FFA41.7080805@FreeBSD.org> <4A3000D6.1020404@FreeBSD.org> <20090610190932.GB1521@slackbox.xs4all.nl> X-Mailer: Apple Mail (2.935.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jasper.secsrv.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - rgbaz.eu X-Source: X-Source-Args: X-Source-Dir: Cc: Chris Maness , freebsd-questions@freebsd.org Subject: Re: AFP Client in FreeBSD 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: Thu, 11 Jun 2009 06:41:47 -0000 On 10 jun 2009, at 21:09, Roland Smith wrote: > On Wed, Jun 10, 2009 at 02:52:06PM -0400, Greg Larkin wrote: >> >> Chris Maness wrote: >>> On Wed, Jun 10, 2009 at 11:24 AM, Greg Larkin >>> wrote: >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA1 >>>> >>>> Chris Maness wrote: >>>>> Is there an AFP client for FreeBSD? I have a mac with a >>>>> gargantuan >>>>> hard drive, and I would like to back up my FreeBSD server to it, >>>>> and >>>>> back up my mac to my FreeBSD server. I have seen where FreeBSD >>>>> can be >>>>> an AFP server, but there is little information on the client. Any >>>>> suggestions? > > If you want to transfer dumps, netcat (nc) is the fastest way to go. I > guess it doesn't come with OS X, since it is available from macports > or > darwinports. > > I was able to saturate the 10 Mbit connection between a laptop and a > desktop when transferring a dump file. :-) > > Of course you can also pipe the dump output directly to netcat, but in > that case the speed of the dump is the bottleneck. netcat (nc) comes with Leopard (10.5). so no need to get it from macports anymore gr Arno