From owner-freebsd-bugs@FreeBSD.ORG Thu May 24 12:50:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B102D16A400 for ; Thu, 24 May 2007 12:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5F3ED13C487 for ; Thu, 24 May 2007 12:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4OCo9Yn067110 for ; Thu, 24 May 2007 12:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4OCo9MJ067109; Thu, 24 May 2007 12:50:09 GMT (envelope-from gnats) Date: Thu, 24 May 2007 12:50:09 GMT Message-Id: <200705241250.l4OCo9MJ067109@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Nicolas Rachinsky Cc: Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nicolas Rachinsky List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 12:50:10 -0000 The following reply was made to PR bin/39849; it has been noted by GNATS. From: Nicolas Rachinsky To: bug-followup@FreeBSD.org, mad1@tapil.com, crist.clark@attbi.com Cc: Subject: Re: bin/39849: /sbin/restore fails to overwrite files with schg flag set Date: Thu, 24 May 2007 14:26:21 +0200 Hallo, At 03:15 AM 6/27/2002, Crist J. Clark wrote: > # chflags -R 0 /filesystem/path > >Before a restore(8) is fairly trivial. But restore does not set all the flags again. So you either have to loose some flags or some file changes if you restore a multi level backup. Or you restore the flags manually. I can't believe this. What am I missing? Nicolas