From owner-freebsd-newbies Sun Sep 26 4:23:39 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from uhura.concentric.net (uhura.concentric.net [206.173.118.93]) by hub.freebsd.org (Postfix) with ESMTP id D44E1153A9 for ; Sun, 26 Sep 1999 04:23:31 -0700 (PDT) (envelope-from mlduke@concentric.net) Received: from marconi.concentric.net (marconi.concentric.net [206.173.118.71]) by uhura.concentric.net (8.9.1a/(98/12/15 5.12)) id HAA29974; Sun, 26 Sep 1999 07:23:31 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from ts002d48.mer-id.concentric.net (ts002d48.mer-id.concentric.net [206.173.184.108]) by marconi.concentric.net (8.9.1a) id HAA20308; Sun, 26 Sep 1999 07:23:27 -0400 (EDT) Date: Sun, 26 Sep 1999 04:22:19 -0600 (MDT) From: mlduke To: Donald Cc: Freebsd Newbies Subject: Re: tar ball the complete drive In-Reply-To: <37ED80F8.EF7B3313@eoe-magical.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I am running FBSD and want to upgrade the server. > Is there a way or an information site on the web that > explains in detail how to tarball the complete hard drive and > transfer it to a new system. man tar example: tar cvpf /dev/rfd0 /etc Would tar up the obvious directory and put it on a floppy. Best guess: tar cvpfr /dev/ / Might do the whole drive. Way to early to rean man pages. ML Duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message