From owner-freebsd-questions@FreeBSD.ORG Tue Jul 25 02:04:40 2006 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 97E1116A4E6 for ; Tue, 25 Jul 2006 02:04:40 +0000 (UTC) (envelope-from jaime@snowmoon.com) Received: from malkav.snowmoon.com (malkav.snowmoon.com [66.109.35.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084D843D46 for ; Tue, 25 Jul 2006 02:04:39 +0000 (GMT) (envelope-from jaime@snowmoon.com) Received: from localhost (localhost.snowmoon.com [127.0.0.1]) by malkav.snowmoon.com (Postfix) with ESMTP id D340236645; Mon, 24 Jul 2006 22:04:18 -0400 (EDT) Received: from malkav.snowmoon.com ([127.0.0.1]) by localhost (malkav.snowmoon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31271-04; Mon, 24 Jul 2006 22:04:12 -0400 (EDT) Received: from [192.168.0.8] (cpe-24-195-194-146.nycap.res.rr.com [24.195.194.146]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by malkav.snowmoon.com (Postfix) with ESMTP id 9EA0136642; Mon, 24 Jul 2006 22:04:12 -0400 (EDT) In-Reply-To: <44C556B0.8090501@ywave.com> References: <3ABD124B-04D2-4861-84A1-6EC27F1466D2@snowmoon.com> <44C556B0.8090501@ywave.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jaime Date: Mon, 24 Jul 2006 22:04:34 -0400 To: Micah X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at snowmoon.com Cc: freebsd-questions@freebsd.org Subject: Re: tar dies on making tape backup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 02:04:40 -0000 On Jul 24, 2006, at 7:24 PM, Micah wrote: > I had the same problem recently and Google told me to look for > files with malformed dates. I used "find" to search for files dated > before Jan 1, 1970, and found one dated 1901. As soon as I > "touch"ed the problematic file, tar worked. Many thanks. When I get to work tomorrow, I'll use find. I'll have to check the man page for the right parameters (I don't usually search by date) but I think that I can handle that. ;) Anyway, like I said, the help is much appreciated. Jaime