From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 19:13:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F3237B401 for ; Sun, 6 Apr 2003 19:13:01 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E01E43F3F for ; Sun, 6 Apr 2003 19:13:00 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.85.87 ([207.179.85.87]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 6 Apr 2003 22:13:57 -0400 From: taxman To: Konrad Scorciapino , freebsd-questions@freebsd.org Date: Sun, 6 Apr 2003 22:16:39 -0400 User-Agent: KMail/1.5 References: <200304062023.37473.fallenbr@uol.com.br> <200304062141.33136.taxman@acd.net> In-Reply-To: <200304062141.33136.taxman@acd.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304062216.39602.taxman@acd.net> X-OriginalArrivalTime: 07 Apr 2003 02:13:58.0303 (UTC) FILETIME=[5906F2F0:01C2FCAB] Subject: Re: From 4.7 to 4.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 02:13:01 -0000 On Sunday 06 April 2003 09:41 pm, taxman wrote: > > On Sunday 06 April 2003 07:23 pm, Konrad Scorciapino wrote: > > > Hi, > > > > > > From freebsd.org: > > > > If you're upgrading from a previous release of FreeBSD, you generally > > > > will have three options: > > > > - Using the binary upgrade option of sysinstall(8). > > > > as far as I understand it, it's the worst of the three options. Back up > > and reinstall is the most reliable. I've done many many source upgrades, > > and never had serious problems that trying again didn't fix. Just my two > > cents. If you care to do the binary upgrade read on. > > > > > How can I do it? > > > > You need to run the new sysinstall. You would get this by either booting > > from a 4.8 Release CD, or the 4.8 Release boot floppies. If you do the > > floppies, then you can choose how you get the rest, by ftp or whatever. > > Make sure to read the whole warning, especially the part about good > > backups. > > > > Tim On Sunday 06 April 2003 09:50 pm, Konrad Scorciapino wrote: > Hi, > > Is there a safe way to upgrade the system? > > In this computer, I have over 15Gb in files, so doing a backup isn't > viable. It has to be. If you can't backup you can't upgrade. Well you can, you just have to be willing to lose all your files. This is not a FreeBSD or even an OS specific problem. Disks fail, if you can't backup then you're saying your data is not important enough to protect. If it is important enough that you can't go without it, you need to figure out how to back it up. In that light, maybe buying a second disk to move the data to would be worth it. If you can afford to lose the data, then use whatever method, as it doesn't matter. That said, your data is rarely (though not never) lost in an upgrade. But do make sure to backup all of /etc/ and anything you may have modified on your system. Like I said, I prefer the source upgrade method. It requires a fair bit of learning to pull off, but everything you need to know can be found in the handbook. www.freebsd.org/handbook The payoff for the learning effort is that you can upgrade when security issues come up. Doing this by source is the only real way I can think of. Also, please keep all mailing list mail on the list, that is how people learn and how this works. If I can't answer your question (which is often) others may be able to. Good luck, Tim