Received: with ECARTIS (v1.0.0; list linux-xfs); Mon, 23 Jan 2006 14:04:40 -0800 (PST) Received: from mail.davidb.org (mail.davidb.org [66.93.32.219]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k0NM4am2027669 for ; Mon, 23 Jan 2006 14:04:37 -0800 Received: from davidb by mail.davidb.org with local (Exim 4.54 #1 (Debian)) id 1F18ex-00055B-8b; Mon, 23 Jan 2006 12:51:31 -0800 Date: Mon, 23 Jan 2006 12:51:31 -0800 From: David Brown To: Linda Walsh Cc: Linux-Xfs Subject: Re: xfsdump, fs-attr "d" & directories Message-ID: <20060123205131.GA19438@old.davidb.org> Mail-Followup-To: Linda Walsh , Linux-Xfs References: <43D53CCA.3010808@tlinx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43D53CCA.3010808@tlinx.org> User-Agent: Mutt/1.5.11 X-archive-position: 7240 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: davidb@davidb.org Precedence: bulk X-list: linux-xfs Content-Length: 559 Lines: 19 On Mon, Jan 23, 2006 at 12:30:02PM -0800, Linda Walsh wrote: > I was wondering, regarding the "d" attribute on files. > > It says it specifies not to dump the specific file. > > Is support for marking directories non-dumpable planned? The 'd' attribute on directories will be inherited by any new files or directories that are created under it. To start, you'll want to do a recursive set of the attribute 'chattr -R'. Once you set the attribute on the directory, newly created entities will also get it. Be sure to also specify '-e' to xfsdump. Dave