From owner-freebsd-isp Thu Jan 8 22:03:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17137 for isp-outgoing; Thu, 8 Jan 1998 22:03:33 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17060 for ; Thu, 8 Jan 1998 22:03:14 -0800 (PST) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id RAA09276; Fri, 9 Jan 1998 17:02:43 +1100 (EST) Date: Fri, 9 Jan 1998 17:02:43 +1100 (EST) From: "Daniel O'Callaghan" To: Jack Wenger cc: Gary Blumenstein , freebsd-isp@FreeBSD.ORG Subject: Re: recovering tar archieve / ssh In-Reply-To: <3.0.32.19980108180550.0070d59c@acw-web.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 8 Jan 1998, Jack Wenger wrote: > Is there a way to do tar over a ftp link? I've got a Jaz drive on a Mac, > and I'd like to be able to do that. My main webserver is a FreeBSD 2.2.2 > release box. > No tape. tar into a tgz file and ftp it to the Mac manually. You might also look at the extended options such as --newer-mtime. Get ftp.freebsd.org:/pub/FreeBSD/FreeBSD-current/src/gnu/usr.bin/tar/tar.1 which has better documentation than the released tar.1 Danny