From owner-freebsd-current@FreeBSD.ORG Thu Feb 17 19:43:06 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E78316A4CE for ; Thu, 17 Feb 2005 19:43:06 +0000 (GMT) Received: from smtp801.mail.sc5.yahoo.com (smtp801.mail.sc5.yahoo.com [66.163.168.180]) by mx1.FreeBSD.org (Postfix) with SMTP id B137043D4C for ; Thu, 17 Feb 2005 19:43:05 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noacks@swbell.net@70.240.177.173 with login) by smtp801.mail.sc5.yahoo.com with SMTP; 17 Feb 2005 19:43:04 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id D67E0633A; Thu, 17 Feb 2005 13:43:03 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 28444-07; Thu, 17 Feb 2005 13:43:02 -0600 (CST) Received: from [127.0.0.1] (optimator [192.168.1.11]) by optimator.noacks.org (Postfix) with ESMTP id 1E2B66336; Thu, 17 Feb 2005 13:43:02 -0600 (CST) Message-ID: <4214F3C2.4020102@alumni.rice.edu> Date: Thu, 17 Feb 2005 13:42:58 -0600 From: Jon Noack User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at noacks.org cc: Kaspars cc: freebsd-current@freebsd.org Subject: Re: Change tar to GNU X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 19:43:06 -0000 Robert Watson wrote: > On Thu, 17 Feb 2005, Kaspars wrote: >> I have backup script build with tar and -newer options. >>on FreeBSD 4.x it worked and i see: >>$tar --version >>tar (GNU tar) 1.13.25 >> >>on FreeBSD 5.3 not working and I found: >>$tar --version >>bsdtar 1.01.011, libarchive 1.01.013 >>Copyright (C) 2003-2004 Tim Kientzle >> >>So I understand that you change own tar to make different licence. >> >>I just thinking what is proper way to update tar to GNU tar to make >>working again my script? > > > You can install the GNU tar as a package; however, it would be quite > helpful if you could describe the problem in a little more detail so that > the bug, if any, can be fixed. I think the issue is simply that the --newer option does not exist in bsdtar. A very brief glance at the bsdtar man page didn't reveal any replacement. Jon