From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 02:32:33 2005 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 6F32716A4CE for ; Tue, 1 Mar 2005 02:32:33 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD3043D3F for ; Tue, 1 Mar 2005 02:32:32 +0000 (GMT) (envelope-from crs.freebsd_mailinglist@users.nuaptools.com) Received: from cpe-069-134-065-161.carolina.rr.com[69.134.65.161] (helo=crskayak) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1D5xBX0TGq-0002a2; Mon, 28 Feb 2005 21:32:31 -0500 Message-ID: <016601c51e06$eaf3a400$be00a8c0@crskayak> From: "Clay" To: References: <006801c51d4b$c95e99a0$be00a8c0@crskayak> <20050228123758.GC1062@orion.daedalusnetworks.priv> <00af01c51d94$c430b960$be00a8c0@crskayak> <200502281803.56890.krinklyfig@spymac.com> Date: Mon, 28 Feb 2005 21:32:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Provags-ID: perfora.net abuse@perfora.net login:b1de210854115b00b7e9e85015d9a091 Subject: Re: Can "/etc/rc.conf" be replaced with a symlink? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clay List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 02:32:33 -0000 I could and may eventually write a script. I am putting together a media server for hosting my CD's as MP3's. I am wanting to move as many of system and app config files I change through this process to a location on my "data" partition so that I won't have to redo them in the event that I rebuild the root partition. Thanks, -Clay . . . . . ----- Original Message ----- From: Joshua Tinnin To: freebsd-questions@freebsd.org ; Clay Sent: Monday, February 28, 2005 9:03 PM Subject: Re: Can "/etc/rc.conf" be replaced with a symlink? On Monday 28 February 2005 04:55 am, "Clay" wrote: > I realized what the problem mostly likely was after submitting the > question. I do believe that the mount point where I am wanting to > have rc.conf located is not yet available when the file is read. Is > there a way to have this FS mounted prior to rc.conf being read? > Could I maybe place this mount point above the root in fstab? I will > give it try when I have time later today. Perhaps there is a better solution that will eliminate the need to deal with this issue. You might consider writing a script that will backup the files you want, which you write once and use forever, or you can dump the root filesystem (for one) to a backup disk and/or a compressed file. This can be done on a regular basis with a cron job. I'm not sure what your specific needs are, but there are easier ways to do backups. - jt