From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 20:31:32 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 647E7884; Thu, 19 Feb 2015 20:31:32 +0000 (UTC) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [213.184.43.8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 166DEE11; Thu, 19 Feb 2015 20:31:31 +0000 (UTC) Received: from kuller.raad.tartu.ee (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 7E2373983A; Thu, 19 Feb 2015 22:31:29 +0200 (EET) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by kuller.raad.tartu.ee (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id LV401Ypa6D_e; Thu, 19 Feb 2015 22:31:25 +0200 (EET) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id 984153982A; Thu, 19 Feb 2015 22:31:24 +0200 (EET) Received: from 76-20-190-90.dyn.estpak.ee (76-20-190-90.dyn.estpak.ee [90.190.20.76]) by webmail.raad.tartu.ee (Horde Framework) with HTTP; Thu, 19 Feb 2015 22:31:24 +0200 Message-ID: <20150219223124.12633kdmhkp24kqo@webmail.raad.tartu.ee> Date: Thu, 19 Feb 2015 22:31:24 +0200 From: Toomas Aas To: cpet Subject: Re: bsdtar and ACLs References: <20150219221638.46103bl5gd4u5ke8@webmail.raad.tartu.ee> <25ef6fd92141832ffb3658e79411d99f@sdf.org> In-Reply-To: <25ef6fd92141832ffb3658e79411d99f@sdf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.7) X-Originating-IP: 90.190.20.76 Cc: questions@freebsd.org, owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2015 20:31:32 -0000 On Thu, 19 Feb 2015 cpet wrote: > > -p, --insecure, --preserve-permissions > (x mode only) Preserve file permissions. Attempt to restore the > full permissions, including owner, file modes, file flags and > ACLs, if available, for each item extracted from the archive. > This is the default, if tar is being run by root and can be over- > ridden by also specifying --no-same-owner and > --no-same-permissions. As I *was* running tar as root, I assumed that -p is default. Adding it explicitly to the command line did not change the situation. -- Toomas Aas