From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 21:14:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A71B1065677 for ; Tue, 30 Jun 2009 21:14:55 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id AB8AF8FC17 for ; Tue, 30 Jun 2009 21:14:54 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by ewy9 with SMTP id 9so535948ewy.43 for ; Tue, 30 Jun 2009 14:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:reply-to:from:to:subject:date :organization:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:x-mimeole; bh=pO0wJZiQ2nRw+OIVOAvAYJCS9FyKOgZ5eRwxB3VCQqc=; b=wLtE0p8YuLYtsuFUXZ6lkkN0RE2v9IeeeBDyI9TrqGW78OdpVXVsui2cP4JNKHRigw 9pbxZb6h1Lpa1TT+nCDXjIyjVGt+55H1/xQD90HdqibZrBI4578iDRW6CF6q69YELbU7 aWxHWTelk9foN2jPy1AbKkNRuAKCj0E7lNNJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=reply-to:from:to:subject:date:organization:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :x-mimeole; b=OiHUA4BhtL2OtlEuizdS5k2FdMIijLkYbwP+WQ0oIWoqsq9GBr4DJrAGR3xNZXSdSN D9b8rJUeu/aO6OCde97JUSkN2k9uwz78uJwbUo9gtOWmpsk/QeRfoKQNsmRePqPVwIRQ Iw+ASlK4PM5QvJpUbrn/HLFnYwiU22i/RPavs= Received: by 10.210.40.10 with SMTP id n10mr677574ebn.90.1246396493816; Tue, 30 Jun 2009 14:14:53 -0700 (PDT) Received: from hades ([99.23.120.123]) by mx.google.com with ESMTPS id 5sm681611eyf.52.2009.06.30.14.14.51 (version=SSLv3 cipher=RC4-MD5); Tue, 30 Jun 2009 14:14:52 -0700 (PDT) From: "Dave" To: Date: Tue, 30 Jun 2009 17:15:26 -0400 Organization: davemehler.com Message-ID: <8EDEF027DA0C4508B28F3DA3D51EF62C@hades> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acn5x+KQeV0DlBRyRv2sYL3ZSP2ONw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: restoring a dump file across the network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave.mehler@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2009 21:14:55 -0000 Hello, I've got a dumpfile taken of one machine and placed on another. Now i want to push it to a third, i was wondering if this were doable? Machine 3 does not have dump/restore on it can't get it, so needs to have it sent over an encrypted ssh connection. Suggestions welcome. Thanks. Dave.