Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2002 08:49:48 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Mike Stacy <mstacy@angstrom.net>
Cc:        FreeBSD-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Floppy
Message-ID:  <20020313084948.A34020@grimoire.chen.org.nz>
In-Reply-To: <006901c1c9fc$816e0fe0$0301a8c0@480mhz>; from mstacy@angstrom.net on Tue, Mar 12, 2002 at 02:31:26PM -0500
References:  <006901c1c9fc$816e0fe0$0301a8c0@480mhz>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz>
----------------------------------------------------------------------
                         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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020313084948.A34020>