From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 02:29:35 2003 Return-Path: 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 AC5E737B404 for ; Thu, 17 Apr 2003 02:29:35 -0700 (PDT) Received: from mail1.aus1.texas.net (mail1.aus1.texas.net [206.127.30.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1377C43FBD for ; Thu, 17 Apr 2003 02:29:35 -0700 (PDT) (envelope-from dread@texas.net) Received: from localhost.texas.net (tcnet01-53.austin.texas.net [209.99.40.53])h3H9TWD18804; Thu, 17 Apr 2003 04:29:33 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030417081704.GA71088@slappy.plambert.net> Date: Thu, 17 Apr 2003 04:29:32 -0500 (CDT) From: Don Read To: "Paul M. Lambert" cc: freebsd-questions@freebsd.org Subject: Re: chflags "archived" flag? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 09:29:36 -0000 On 17-Apr-2003 Paul M. Lambert wrote: > On Thu, 17 Apr 2003, Don Read wrote: > >> >> On 17-Apr-2003 Paul M. Lambert wrote: >> >> >> > So, what am I missing? What does it do? >> > >> >> man dump >> > > % man dump | grep -i arch > FreeBSD 4.6 March 1, 2002 > FreeBSD 4.6 > > The only mention in the man page for dump of any flag is the SF_NODUMP > flag, which means "don't dump this." It's ignored for a dump of > level 0 by default... > > So what does the _ARCHIVED_ flag do? > > --plambert My mistake. Most of my boxes are SysV, where dump sets the archive bit as each file is written to tape. greping thru FreeBSD dump gets zilich. A 'find /usr/src -type f -exec grep ARCHIVED /dev/null {} \;' suggests only contrb/tar fiddles with it. Not what I expected. Regards, -- Don Read dread@texas.net -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do it.