From owner-freebsd-questions@FreeBSD.ORG Tue Aug 30 14:38:15 2005 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 58C9016A420 for ; Tue, 30 Aug 2005 14:38:15 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8787F43D45 for ; Tue, 30 Aug 2005 14:38:13 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by nproxy.gmail.com with SMTP id a4so380220nfc for ; Tue, 30 Aug 2005 07:38:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=AJzXt4e/sRPYL0TzvB4BgoXFexwgYgm8r0KaeykUGyh/rDI3FNfJhzDpToUuAcD+Jan2C5PrGHwhgWwnwpEzY7qJsVHkRzVugNpg4FqMsE4gVozJ2nm51CVGeLqMi4jIJVuMb/iRCImh8n4yn4ou9eJ5wM2Q4KrN1mvy/Q6s2Jo= Received: by 10.48.157.15 with SMTP id f15mr360722nfe; Tue, 30 Aug 2005 07:38:12 -0700 (PDT) Received: by 10.48.237.6 with HTTP; Tue, 30 Aug 2005 07:38:10 -0700 (PDT) Message-ID: Date: Tue, 30 Aug 2005 15:38:10 +0100 From: Freminlins To: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Turning off file flags during restore 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, 30 Aug 2005 14:38:15 -0000 Hello, I have some data on a NetApp which I am in the process of migrating to a=20 machine running FreeBSD. I dump the data off the NetApp to one big file on= =20 the FreeBSD machine. When I restore the data I get some odd file flags like= =20 this:=20 -rw-r--r-- 1 www www schg 73 Jul 27 22:04 foo.txt I understand that some of the attributes on the NetApp may be confusing=20 restore. I don't really have a problem with that. Is there a way to not set= =20 the file flags during restore? I don't really want to chflag a few million= =20 files if I don't have to. Also, of course, changing the flags updates the= =20 file's ctime. Thanks, Frem.