From owner-freebsd-current@FreeBSD.ORG Sun Aug 18 23:53:04 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id 029B16BF for ; Sun, 18 Aug 2013 23:53:03 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBA5D243E for ; Sun, 18 Aug 2013 23:53:03 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id r10so4382560pdi.28 for ; Sun, 18 Aug 2013 16:53:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=q60d2SB4qPspwxN+s6BgKrR/3pBVO+8M5fZvXDYLkaw=; b=IUpYpKtvuUPgCW1CTvwx40H2uNVjRFCtqdvgr8S4iD5C509tt8gwQnSNRNE10HgRw9 n9p5TwBeIQfLmAJzQqIYG8WHVsM7G2U3Hayyr4FJ9bge4FBNO8bF3L4ZmPJzpphw5ppM Gdz4ZWrfm6kG/d1WqOp75IyMRLQgUqfgdXZl0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=q60d2SB4qPspwxN+s6BgKrR/3pBVO+8M5fZvXDYLkaw=; b=VSrHnVVbV8Ed9Z+iA6JHBw6NpEkam3S/0gCWU7jpZpohm2WmtvlA4v25UF+57DALdR /Aj+b0c9hFSoleKRhL0ULPJHQ5u7TWeRLh8LAVV/oMMjDT3MUreqkAfT08bRYmOrJXMJ iZSM9f/URxllaAUaqiDN/RnygwdXKVoEmrbm5bTo3Pp+td5rycSvyu+FEy/CzhsnJ/eB r9GypPcAP1hAo5MTS8sjQj6KrVQN8qx2C9vuerqmxMkm6aizSHZPokgZCi9iRc4DkwVf aG55tLKuASes9VyYGVXgoMnJhv1kgT7j8ZxIlFvGAQOlPjkFJbgsvJClySOMWMlMzE8y 7IwQ== X-Gm-Message-State: ALoCoQkUVKrqBRGyEbRG7JNkK+GukoNkWqMaqnXghNyUuQCfeEF+j1QV4Jai8AUXg1/jpTTlRguC X-Received: by 10.68.235.102 with SMTP id ul6mr10238290pbc.14.1376869983334; Sun, 18 Aug 2013 16:53:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.6.3 with HTTP; Sun, 18 Aug 2013 16:52:33 -0700 (PDT) In-Reply-To: <164B2B31-D142-4F0A-8FD1-EE112906A470@kientzle.com> References: <52111AD9.9030001@passap.ru> <164B2B31-D142-4F0A-8FD1-EE112906A470@kientzle.com> From: Eitan Adler Date: Mon, 19 Aug 2013 01:52:33 +0200 Message-ID: Subject: Re: bsdtar/libarchive change behaviour 9->10 To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current Current , Boris Samorodov X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 23:53:04 -0000 On Sun, Aug 18, 2013 at 9:39 PM, Tim Kientzle wrote: > Libarchive 3.x can treat them as extended metadata. > As a result, bsdtar doesn't see them at all (except as > additional metadata which can't be restored on FreeBSD). Are there other such examples? > If you are using libarchive directly, you can ask it > to not interpret those files as metadata. Bsdtar does > request such handling from libarchive. Perhaps this could be exposed to the UI as a env var or a flag? -- Eitan Adler