From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 14:18:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9979716A421 for ; Tue, 27 Sep 2005 14:18:47 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10BE43D48 for ; Tue, 27 Sep 2005 14:18:46 +0000 (GMT) (envelope-from gjbailey@gmail.com) Received: by qproxy.gmail.com with SMTP id d9so216315qbd for ; Tue, 27 Sep 2005 07:18:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PQEJ9Q3JMDZkr3/w6tTxDJb9l5xRSt3kvaxB44kVlqpHwh0X+//I293GX4wCafiFgDnwCVzgz4fZIrufD4UvO2WwgNBtzgYwduU+VXKLl/Gk9vwndBEKW6H8sqi64pZ7Y1YQvHo9EXKVCZ2I3Y9WKiDVU611JjGWVklEqo/+yQA= Received: by 10.65.84.4 with SMTP id m4mr679147qbl; Tue, 27 Sep 2005 07:18:46 -0700 (PDT) Received: by 10.65.107.8 with HTTP; Tue, 27 Sep 2005 07:18:46 -0700 (PDT) Message-ID: <48a5f32a05092707187844b052@mail.gmail.com> Date: Tue, 27 Sep 2005 16:18:46 +0200 From: Gareth Bailey To: freebsd-questions In-Reply-To: <448xxpchum.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <48a5f32a05090901591a16c062@mail.gmail.com> <44u0guw0ou.fsf@be-well.ilk.org> <433242E9.2060100@freebsd.org> <448xxpchum.fsf@be-well.ilk.org> Cc: kientzle@freebsd.org Subject: Re: tar -u adds all files regardless of mod date X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gareth Bailey List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:18:47 -0000 Hi Tim, > 5-STABLE is sufficiently different that the patch doesn't apply, > unfortunately. It will take me a few days to figure out whether > it's best to work up a different patch for 5-STABLE or whether > I should MFC a lot of work from 6-STABLE to 5-STABLE. Unfortunately our server is also on the 5 stable branch. > Please check that the following does work (without the leading '/'): > > tar -cf foo.tar usr/dir_a/dir_b > tar -uvf foo.tar usr/dir_a/dir_b This works just fine. Thank you for response and suggested workarounds. Gareth Bailey