From owner-freebsd-questions Mon Jul 31 14:52:33 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id OAA29695 for questions-outgoing; Mon, 31 Jul 1995 14:52:33 -0700 Received: from relay2.UU.NET (relay2.UU.NET [192.48.96.7]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id OAA29680 for ; Mon, 31 Jul 1995 14:52:26 -0700 Received: from asylum.asylum.org by relay2.UU.NET with ESMTP id QQzaux20711; Mon, 31 Jul 1995 17:49:52 -0400 Received: (from dlr@localhost) by asylum.asylum.org (8.6.10/8.6.9) id QAA01719 for questions@freebsd.org; Mon, 31 Jul 1995 16:51:37 -0400 From: dlr Message-Id: <199507312051.QAA01719@asylum.asylum.org> Subject: Dump and Restore To: questions@freebsd.org Date: Mon, 31 Jul 1995 16:51:36 -0400 (EDT) In-Reply-To: <199507311910.MAA19414@freefall.cdrom.com> from "Justin T. Gibbs" at Jul 31, 95 12:10:02 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 338 Sender: questions-owner@freebsd.org Precedence: bulk Using ft I am able to dump partitions using the following with v2.0: dump -0uf - / | ft "/ save" dump -0uf - /usr | ft "/usr save" dump -0uf - /usr/local | ft "/usr/local save" Of course this is no good unless I am able to restore. Would anyone who has done so successfully post a command line to restore a partition using ft. dave