From owner-freebsd-questions Fri Mar 22 23:58:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vms4.rit.edu (vms4.isc.rit.edu [129.21.3.15]) by hub.freebsd.org (Postfix) with ESMTP id 9E28137B400 for ; Fri, 22 Mar 2002 23:58:22 -0800 (PST) Received: from Sonic.rit.edu ([24.169.199.185]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KFONQKAUDKGC4DR6@ritvax.isc.rit.edu> for questions@freebsd.org; Sat, 23 Mar 2002 02:58:19 EST Date: Sat, 23 Mar 2002 02:58:22 -0500 From: Matt Penna Subject: Remote dump/restore very slow X-Sender: mdp1261@vmspop.isc.rit.edu To: questions@freebsd.org Message-id: <5.1.0.14.2.20020323022415.03635c50@vmspop.isc.rit.edu> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, everyone! I'm attempting to move 22GB of files from a vinum volume on my old server on the other side of town to a new machine here. Given the amount of data, I settled on a dump/restore over the Internet as the cheapest and most convenient method. I am using a cable modem on both ends. Now here's the issue. Using the following commands: dump -0a -f - /mnt/mainvol | ssh -l root xxx.xxx.xxx.xxx 'cd /mnt/mainvol && restore -xf -' seems to yield the expect results, but at a very slow pace. I am receiving data at the destination machine at a rate of only about 45KB/s; other operations involving Internet usage typically yield transfer rates of 220KB/s or higher - whether upload or download - on both of the machines. At 45KB/s, this backup will take nearly a week, which is untenable. Is there a reason the transmission of data is so slow? The machines are only 10 miles and 4 hops apart. For the record, I also tried: dump -0a -f - /mnt/mainvol | gzip -1 | ssh -l root 24.169.196.152 dd of=/mnt/mainvol/hugefile.gz with similar results. It works, just very slowly. Any suggestions on how I might be able to accomplish this operation more quickly? I had hoped to be able to back the data up to a local tape drive, then just bring the tapes over by car and restore, but my 10GB Travan drive broke and I do not have the money to buy a new drive right now. I'm looking at getting more tapes for my older 4GB DAT drive, but it has recently been issuing warnings about unusually high error rates and I'm not sure it's long for this world, either. I could, of course, just try to bring the old machine over and work on it here, but wrecking the machine by getting in an auto accident or dropping it down the stairs would not be a good thing with no backup around. (The former happened to someone I know; the latter actually happened to me, once.) Suggestions or comments would be appreciated. Thanks! Matt -- Matt Penna mdp1261@rit.edu ICQ: 399825 S0ba on AOLIM "The trouble with computers, of course, is that they're very sophisticated idiots." -Dr. Who To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message