From owner-freebsd-questions@FreeBSD.ORG Thu Mar 15 18:35:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D913616A400 for ; Thu, 15 Mar 2007 18:35:04 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone3.qsi.net.nz (drone3-svc-skyt.qsi.net.nz [202.89.128.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5677013C44C for ; Thu, 15 Mar 2007 18:35:04 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 12220 invoked by uid 0); 15 Mar 2007 18:35:02 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 15 Mar 2007 18:35:02 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id 3772E7E83A; Fri, 16 Mar 2007 07:35:02 +1300 (NZDT) Date: Fri, 16 Mar 2007 07:35:02 +1300 From: Jonathan Chen To: Martin McCormick Message-ID: <20070315183502.GC42008@osiris.chen.org.nz> References: <200703151623.l2FGNOII040982@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703151623.l2FGNOII040982@dc.cis.okstate.edu> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Trying to Upgrade Version of Tar on a 5.3 System. 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: Thu, 15 Mar 2007 18:35:04 -0000 On Thu, Mar 15, 2007 at 11:23:24AM -0500, Martin McCormick wrote: > Will either freetar or gtar give me the capability to > use a reference file to only get the new files that have either > appeared or changed since yesterday? There's always find+cpio if you're interested. find /what/ever -mtime -1 -print | cpio -o -H ustar > file.tar Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard