From owner-freebsd-stable@FreeBSD.ORG Thu Mar 6 13:00:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CA67B2B for ; Thu, 6 Mar 2014 13:00:24 +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 D40EBEC4 for ; Thu, 6 Mar 2014 13:00:23 +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 5468C20E10 for ; Thu, 6 Mar 2014 08:00:22 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Thu, 06 Mar 2014 08:00:22 -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:in-reply-to:references :subject:date; s=smtpout; bh=Tucz6m7NZOn8tK9HaXO+WaCW6Jc=; b=pJH vYlK9rnu3LIBzB/rUMCC2iUNEOb7logMBQeoae7cvVLxI2n2adksybZ8WvpjwQ3R fMPIYCc98AuhUD1bsYUe7GemHABK16w05yCBk4z+BuXlfqDvZI4N3jdn2V8Y8tUq dJ034mHJGS0e0XjrOdjehMyJAhg/mBwRKI0+zMyQ= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 3975E10659A; Thu, 6 Mar 2014 08:00:22 -0500 (EST) Message-Id: <1394110822.21224.91297125.0B659AFB@webmail.messagingengine.com> X-Sasl-Enc: LzlhmGWKk5ou9Zc2JWD9q+nQl07KHC1L5WsYGvJOUtxA 1394110822 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f In-Reply-To: <53171DAE.5070203@li.ru> References: <53171DAE.5070203@li.ru> Subject: Re: bsdtar POLA change in 10.0? Date: Thu, 06 Mar 2014 07:00:22 -0600 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:00:24 -0000 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.