Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 1999 01:18:38 -0800 (PST)
From:      Beau James <bjames@cisco.com>
To:        Piete.Brooks@cl.cam.ac.uk
Cc:        aic7xxx@FreeBSD.ORG, oa@razorfish.fi
Subject:   Re: SOFTWARE-RAID-TIPS (was: Adaptec 7890 and RAID portIII RAID controller Linux Support)
Message-ID:  <199903230918.BAA01639@frogger.cisco.com>

next in thread | raw e-mail | index | archive | help
--> >> That means it's not easy (or even possible?) to back up less than the
--> >> entire filesystem.
--> > Got it.  That's a limitation of the Linux port of BSD dump; Solaris
--> > dump accepts file lists which do not have to be complete partitions.
--> 
--> % man dump
--> 
--> NAME
-->      dump - filesystem backup
--> 
--> SYNOPSIS
-->      dump [0123456789BbhfusTdWn [argument ...]] filesystem
-->      dump [0123456789BbhfusTdWn [argument ...]] directory
--> 
--> 
--> It *can* do it,

Not on Linux.  The Linux version accepts a directory name as a
convenient shorthand, but dumps the whole filesystem containing
that directory:

	bash# dump 0f /dev/null /etc
	  DUMP: Date of this level 0 dump: Tue Mar 23 01:17:42 1999
	  DUMP: Date of last level 0 dump: the epoch
	  DUMP: Dumping /dev/sdb1 (/) to /dev/null
	  DUMP: mapping (Pass I) [regular files]
	  DUMP: mapping (Pass II) [directories]
	  DUMP: estimated 2342 tape blocks on 0.06 tape(s).
	  DUMP: dumping (Pass III) [directories]
	  DUMP: dumping (Pass IV) [regular files]
	  DUMP: DUMP: 2276 tape blocks on 1 volumes(s)
	  DUMP: Closing /dev/null
	  DUMP: DUMP IS DONE
	bash#

Beau

P.S. We've probably overstayed our welcome for backup issues using
     this mailing list ... perhaps we should take further dump
     discussions offline.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe aic7xxx" in the body of the message




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