From owner-freebsd-questions@FreeBSD.ORG Thu Jun 11 00:51:23 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 40FFD106564A for ; Thu, 11 Jun 2009 00:51:23 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-px0-f192.google.com (mail-px0-f192.google.com [209.85.216.192]) by mx1.freebsd.org (Postfix) with ESMTP id 0C7E28FC17 for ; Thu, 11 Jun 2009 00:51:22 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: by mail-px0-f192.google.com with SMTP id 30so684218pxi.3 for ; Wed, 10 Jun 2009 17:51:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yPxP6Ax1ZQgvAq1YNfaukCeOrWmfRu9Y2OujxP6Hf2I=; b=C45eKIAqEsbK/4Vf5ATz3xyi3pH7qDI1CMqDybg9SwobvlAvYYEvf9xRLpuJ5gTpIm edQTrtqKGwd1D8/2b61i+29DWA6z3eEk/rV19nLPVyEPuu7Et9YHr/QD6ackf29YZz7N G8iWvNCLZmjMWHnColbrLUkyAslEmBnfVsvNQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ZjSwBnoLHzhNUjUEB3P6QDePpq2tlDyUUBVvdnEME7lKPwWi96PxF5uBbGEC2wgRty yzns1gsIksQseEjRZB/13xFEUxVBT/WYZcYMZWqjbgTdIsIf2WoaAObFh82K4mqp0wyg 40/oEgOEcabVWlhnxizhQBA6pg7sR1MMxXpUM= Received: by 10.114.13.20 with SMTP id 20mr2977594wam.153.1244681482821; Wed, 10 Jun 2009 17:51:22 -0700 (PDT) Received: from ?192.168.1.100? (adsl-76-238-148-150.dsl.irvnca.sbcglobal.net [76.238.148.150]) by mx.google.com with ESMTPS id l37sm446057waf.5.2009.06.10.17.51.21 (version=SSLv3 cipher=RC4-MD5); Wed, 10 Jun 2009 17:51:21 -0700 (PDT) Sender: Chris Maness Message-ID: <4A305508.5030708@chrismaness.com> Date: Wed, 10 Jun 2009 17:51:20 -0700 From: Chris Maness User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Wojciech Puchar References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 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 00:51:23 -0000 Wojciech Puchar wrote: >> I use dump. I think dumping to the same partition that you are >> backing up is a bad idea. > works fine and WILL work fine by design. > > just you have to create directory, flag it with nodump and dump to > file in that directory I forgot about nodump. Thanks. Chris