From owner-freebsd-fs@FreeBSD.ORG Wed Jan 30 17:06:03 2008 Return-Path: Delivered-To: fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD26516A421 for ; Wed, 30 Jan 2008 17:06:03 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.freebsd.org (Postfix) with ESMTP id B6E2013C467 for ; Wed, 30 Jan 2008 17:06:03 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 15326 invoked from network); 30 Jan 2008 16:39:23 -0000 Received: from aldan.algebra.com (HELO aldan-mlp) ([216.254.65.224]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 30 Jan 2008 16:39:23 -0000 From: Mikhail Teterin To: questions@freebsd.org Date: Wed, 30 Jan 2008 11:39:21 -0500 User-Agent: KMail/1.7.1 Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801301139.21989.mi+mill@aldan.algebra.com> Cc: fs@freebsd.org Subject: Automatic `nodump' flag? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 17:06:03 -0000 Hello! I'd like the entire contents of each user's .mozilla/firefox/*/Cache directory to be excluded from the regular filesystem dumps. Running ``chflags -R nodump /home/*/.mozilla/firefox/*/Cache'' does the trick, but this needs to be redone daily -- prior to running the backup -- because new entries appear in the caches, obviously... The new entries don't have the nodump flag set. Is there a way, the flag can be set automatically? For example, inherited from the directory? Thanks! -mi