From owner-freebsd-stable Sun Jul 12 07:04:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27608 for freebsd-stable-outgoing; Sun, 12 Jul 1998 07:04:39 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ha1.rdc1.nj.home.com (siteadm@ha1.rdc1.nj.home.com [24.3.128.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA27603 for ; Sun, 12 Jul 1998 07:04:38 -0700 (PDT) (envelope-from damascus@eden.rutgers.edu) Message-Id: <199807121404.HAA27603@hub.freebsd.org> Received: from athena ([24.3.219.36]) by ha1.rdc1.nj.home.com (Netscape Mail Server v2.02) with SMTP id AAA7025 for ; Sun, 12 Jul 1998 07:04:36 -0700 X-Sender: damascus@eden-backend.rutgers.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 12 Jul 1998 10:07:20 -0500 To: freebsd-stable@FreeBSD.ORG From: Carroll Kong Subject: Backing up a FreeBSD Box... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi guys. I am running FreeBSD on a Pentium 90, 430 FX, 32 megs of ram, scsi system. Now... the only thing I like about that system is the scsi-system. I personally run a K6-225, 64 megs of ram... mixed ide / scsi. Now.... if I ever upgrade, I am thinking, maybe I should move my FreeBSD to the K6, which performs much better. But... now I am stuck on a little bit of a dillema. I want to backup that box somehow (I had to do a really odd setup with that system due to the 430 fx chipset, but dont worry about that). I have the resources to do a super tar ball then ftp or put it on a FAT16 partition either on another comp on the lan. So this is my plan, please advise or suggest. ls -loR / | grep schg > schfiles touch /super.tar.gz find / -not -path '/proc/*' -cmin -1000 >filelist.txt(is there a way i can add the super.tar.gz in this? this way i DON'T retar the super.tar.gz itself... that is why i touched it) tar -czvf /super.tar.gz -T filelist.txt INSTALL SYSTEM chflags -R schg / tar -xzvf /super.tar.gz I kind of guessed at it... I basically am going to use this to backup the system. THEN... I reinstall the system as fresh.. (my system is 2.2.6-stable but i have the 2.2.5 cd). Then... I go in and untar the super.tar.gz. Will this work? -Carroll Kong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message