From owner-freebsd-questions@FreeBSD.ORG Sat Aug 27 03:16: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 09D7B16A41F; Sat, 27 Aug 2005 03:16:15 +0000 (GMT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B183943D45; Sat, 27 Aug 2005 03:16:14 +0000 (GMT) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.9p2/8.12.9) with ESMTP id j7R3GEYk075734; Fri, 26 Aug 2005 20:16:14 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.9p2/8.12.9/Submit) id j7R3GE7P075733; Fri, 26 Aug 2005 20:16:14 -0700 (PDT) (envelope-from dillon) Date: Fri, 26 Aug 2005 20:16:14 -0700 (PDT) From: Matthew Dillon Message-Id: <200508270316.j7R3GE7P075733@apollo.backplane.com> To: Emanuel Strobl References: <200508262004.54637@harrymail> Cc: freebsd-current@freebsd.org, freebsd-questions@freebsd.org Subject: Re: cpio and tar are loosing flags (and a panic message without trace) 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: Sat, 27 Aug 2005 03:16:15 -0000 :Hello, : :hmm, once again me. And again with a probably not so common problem. :I need to replicate files, exactly like they are! :I thought cpio was the deal, but no way, I tried several -H formats but=20 :that hasn't changed anything. As soon as a file gets restored the flag=20 :... Try cpdup (from ports). It should replicate everything except extattr's (only because I don't think anyone's added that feature to cpdup since it was put into FreeBSD). It will replicate the chflags. -Matt