Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!news-feed.mci.newscorp.com!news2.near.net!info.core.ntt.jp!nttaip.min!phantom!ishizuka From: ishizuka@isis.min.ntt.jp (Masachika ISHIZUKA) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: dump(1) just dumps entire partition? Date: 14 Dec 1995 13:24:12 GMT Organization: NTT Information and Communication Systems Labs., Tokyo, Japan. Lines: 17 Distribution: world Message-ID: <4ap8m8$18j@phantom.min.ntt.jp> References: <4ai90d$21m@mistral.toppoint.de> NNTP-Posting-Host: onion.min.ntt.jp In-reply-to: kai@mistral.toppoint.de's message of 11 Dec 1995 22:49:01 +0100 In article <4ai90d$21m@mistral.toppoint.de> kai@mistral.toppoint.de (Kai Voigt) writes: but I only could get the following command to do anything: dump 0uf - /dev/sd0s1f | whatever... So I question myself and you, is it just possible to dump an entire device or is there a way to specify a single directory? Kai You can dump an entire device as follows. # dump 0uf - /dev/rsd0s1f | whatever... ~ You must specify a raw device.