From owner-freebsd-questions Tue Mar 12 11:50:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 60CB337B419 for ; Tue, 12 Mar 2002 11:50:25 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2CJnmW35774; Wed, 13 Mar 2002 08:49:48 +1300 (NZDT) (envelope-from jonc) Date: Wed, 13 Mar 2002 08:49:48 +1300 From: Jonathan Chen To: Mike Stacy Cc: FreeBSD-questions Subject: Re: Floppy Message-ID: <20020313084948.A34020@grimoire.chen.org.nz> References: <006901c1c9fc$816e0fe0$0301a8c0@480mhz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <006901c1c9fc$816e0fe0$0301a8c0@480mhz>; from mstacy@angstrom.net on Tue, Mar 12, 2002 at 02:31:26PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Mar 12, 2002 at 02:31:26PM -0500, Mike Stacy wrote: > I want to copy my rc.conf and PPP.conf file for back-ups to a floppy disk, > how would I go about doing this, Also my custom built kernel??............. How about: # cd /etc # tar cvf /dev/rfd.1440 rc.conf ppp/ppp.conf To extract: # tar xvf /dev/rfd.1440 -- Jonathan Chen ---------------------------------------------------------------------- Power corrupts, Absolute Power is pretty neat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message