From owner-freebsd-stable@FreeBSD.ORG Thu Mar 6 13:15:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6671A5CA for ; Thu, 6 Mar 2014 13:15:09 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37B8A10D for ; Thu, 6 Mar 2014 13:15:09 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8368620F58; Thu, 6 Mar 2014 08:15:04 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Thu, 06 Mar 2014 08:15:04 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=6ZoqRyQw52Gw/Hk3o7UaBQT6h+Q=; b=O/dGN w8Rac19e6lKSIOwm8Gdotoe+HWlkv+Q1ObTgBz+yBMoGnaS+y3zzeTEZgEL/XBm5 ELus4PJO56apSPsDTllnVP2iEQbBKGRffD/n5nInL3zAgIXrt/lyC2gQvMAE76ai s3xEgaXIYhnW7oogCXxD0ZIcBCq8xdUXQabF2c= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 541BF1174BC; Thu, 6 Mar 2014 08:15:04 -0500 (EST) Message-Id: <1394111704.25672.91302321.2D5C71E3@webmail.messagingengine.com> X-Sasl-Enc: i2qQVjdBtKhsfxD9EgN8T1blaK/+u/o1/u+XHrPKKwOZ 1394111704 From: Mark Felder To: Ronald Klop , freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f Subject: Re: bsdtar POLA change in 10.0? Date: Thu, 06 Mar 2014 07:15:04 -0600 In-Reply-To: References: <53171DAE.5070203@li.ru> <1394110822.21224.91297125.0B659AFB@webmail.messagingengine.com> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 13:15:09 -0000 On Thu, Mar 6, 2014, at 7:12, Ronald Klop wrote: > On Thu, 06 Mar 2014 14:00:22 +0100, Mark Felder wrote: > > > > > > > On Wed, Mar 5, 2014, at 6:50, Marat N.Afanasyev wrote: > >> I wonder why > >> > >> bsdtar --one-file-system > >> > >> suddenly started to skip archiving of mount-points? And no mention of > >> such behaviour change either in UPDATING or errata :( > >> > > > > --one-file-system > > (c, r, and u modes) Do not cross mount points. > > > > Isn't that what it's supposed to do? Skip any mounted filesystems? Was > > it broken before? Or do I simply not understand the behavior you're > > seeing. > > The question is if the mountpoint (directory in the 'current' filesystem) > itself should be tarred. After untarring you can than make the same > mounts > again, for example. > So you're saying that if I have a disk mounted at /mnt/disk and my tar with --one-file-system includes /mnt, the empty directory /mnt/disk will not be in the tarball?