From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 5 05:23:52 2012 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 892091065670 for ; Fri, 5 Oct 2012 05:23:52 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 486098FC0A for ; Fri, 5 Oct 2012 05:23:51 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q955NprK002702 for freebsd-bugs@FreeBSD.org; Fri, 5 Oct 2012 05:23:51 GMT (envelope-from kientzle@FreeBSD.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id k7ctp7cv3iw9pbh82aupig5r5w; for freebsd-bugs@FreeBSD.org; Fri, 05 Oct 2012 05:23:51 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1278) From: Tim Kientzle In-Reply-To: <201210050318.q953IVdC067101@freefall.freebsd.org> Date: Thu, 4 Oct 2012 22:23:50 -0700 Content-Transfer-Encoding: 7bit Message-Id: <285DC787-4EB6-48A5-B189-D51C24191A68@FreeBSD.org> References: <201210050318.q953IVdC067101@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org X-Mailer: Apple Mail (2.1278) Cc: Subject: Re: bin/172293: bsdtar(1): bsdtar does not support --ignore-failed-read X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 05:23:52 -0000 > Synopsis: bsdtar(1): bsdtar does not support --ignore-failed-read In the short term, your best option is to install GNU tar from ports. In the longer term, I can certainly look into implementing this option. Could you explain why you find it useful? Tim