From owner-freebsd-hackers Fri Mar 7 10:00:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA03540 for hackers-outgoing; Fri, 7 Mar 1997 10:00:11 -0800 (PST) Received: from scanner.worldgate.com (scanner.worldgate.com [198.161.84.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA03531; Fri, 7 Mar 1997 10:00:05 -0800 (PST) Received: from znep.com (uucp@localhost) by scanner.worldgate.com (8.8.5/8.7.3) with UUCP id KAA10781; Fri, 7 Mar 1997 10:59:34 -0700 (MST) Received: from localhost (marcs@localhost) by alive.znep.com (8.7.5/8.7.3) with SMTP id KAA17338; Fri, 7 Mar 1997 10:54:04 -0700 (MST) Date: Fri, 7 Mar 1997 10:54:04 -0700 (MST) From: Marc Slemko To: "Jonathan M. Bresler" cc: hackers@freefall.freebsd.org Subject: Re: [Q] moving sparse In-Reply-To: <199703071533.HAA20833@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tar --sparse dump probably cpio (ie. any of the above to a file, then ftp the file and unarchive it) On Fri, 7 Mar 1997, Jonathan M. Bresler wrote: > how should i move a file with "holes" from one machine to another. > > the immediate problem is Mathematica notebooks. these "sparse files" > are shown by "ls" to be 140MB long (every Mathematica notebook is the > same length according to "ls") even though each one is less than > 200kB on disk (du -s ). "mv" and "ln" work fine of course. > > but how do i transfer these from machine to machine? ftp inflates > them to full size. ack! > > jmb >