From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 13:19:33 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 9A98516A41F for ; Mon, 1 Aug 2005 13:19:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AE1643D48 for ; Mon, 1 Aug 2005 13:19:33 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28917 invoked from network); 1 Aug 2005 13:19:32 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Aug 2005 13:19:32 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9F7E236; Mon, 1 Aug 2005 09:19:31 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Dru References: <20050730125158.V542@dru.domain.org> From: Lowell Gilbert Date: 01 Aug 2005 09:19:31 -0400 In-Reply-To: <20050730125158.V542@dru.domain.org> Message-ID: <44hde93icc.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: any backup utilities for ACLs? 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: Mon, 01 Aug 2005 13:19:33 -0000 Dru writes: > I've enabled ACL support on a 5.4-RELEASE system and have no problems > creating and modifying ACLs. > > However, I can't seem to find a backup program that will actually > restore the ACLs. I've tried bsdtar, pax, and star. Has anyone had any > success in backing up and restoring ACLs? If so, what was the magic > incantation? Did you try dump(8)? That is, after all, the canonical backup program. I thought it got ACL support a couple of years ago...