From owner-freebsd-hackers Fri Mar 7 09:25:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA00337 for hackers-outgoing; Fri, 7 Mar 1997 09:25:58 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA00325; Fri, 7 Mar 1997 09:25:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id EAA23371; Sat, 8 Mar 1997 04:22:28 +1100 Date: Sat, 8 Mar 1997 04:22:28 +1100 From: Bruce Evans Message-Id: <199703071722.EAA23371@godzilla.zeta.org.au> To: files.from.machine.to.machine@freefall.freebsd.org, hackers@freefall.freebsd.org, jmb@freefall.freebsd.org Subject: Re: [Q] moving sparse Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >how should i move a file with "holes" from one machine to another. tar Scf - file ... | (cd $destdir; tar pxf -) >but how do i transfer these from machine to machine? ftp inflates >them to full size. ack! tar first. Bruce