From owner-freebsd-questions@FreeBSD.ORG Tue May 23 14:39:27 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 5A77216A57E for ; Tue, 23 May 2006 14:39:27 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DF443D6B for ; Tue, 23 May 2006 14:39:26 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 30304 invoked from network); 24 May 2006 00:39:26 +1000 Received: from 210-84-43-67.dyn.iinet.net.au (HELO localhost) (210.84.43.67) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 May 2006 00:39:26 +1000 Date: Wed, 24 May 2006 00:39:22 +1000 From: Norberto Meijome To: freebsd-questions@freebsd.org Message-ID: <20060524003922.39d41ca4@localhost> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Excluding paths with mtree 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: Tue, 23 May 2006 14:39:28 -0000 Hi all, I must be slower than normal today... how can I get mtree to ignore a subdirectory of the path I'm telling it to map? I'm doing: /usr/sbin/mtree -K sha256digest -x -c -p /usr/ but i dont want it to map /usr/home. I tried -X /usr/home, and creating /tmp/exc with /usr/home in it, and having -X /tmp/exc in the cmd line... no luck, running 6.1 on i386. TIA! Beto