Recommend setting TMPDIR to a larger file system in cases where /tmp

is small and restore eats the space.

PR:		75865
Submitted by:	"Ben Kaduk" <minimarmot@gmail.com>
This commit is contained in:
Tom Rhodes 2008-12-24 10:54:09 +00:00
parent 3bf4ee8554
commit cff3b7069f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33519

View file

@ -2381,12 +2381,19 @@ sa0(ncr1:4:0): Logical unit is in process of becoming ready</screen>
<command>dump</command> and <command>restore</command>. They <command>dump</command> and <command>restore</command>. They
operate on the drive as a collection of disk blocks, below the operate on the drive as a collection of disk blocks, below the
abstractions of files, links and directories that are created by abstractions of files, links and directories that are created by
the file systems. <command>dump</command> backs up an entire the file systems. Unlike other backup software,
<command>dump</command> backs up an entire
file system on a device. It is unable to backup only part of a file system on a device. It is unable to backup only part of a
file system or a directory tree that spans more than one file system or a directory tree that spans more than one
file system. <command>dump</command> does not write files and file system. The <command>dump</command> command does not write files and
directories to tape, but rather writes the raw data blocks that directories to tape, but rather writes the raw data blocks that
comprise files and directories.</para> comprise files and directories. When being used to extract
data, <command>restore</command> stores temporary files
in <filename>/tmp/</filename> by default &emdash; if you are
operating from a recovery disk with a small
<filename>/tmp</filename> directory, you may need to set the
<envar>TMPDIR</envar> environment variable to a directory
with more free space for the restore to be successful.</para>
<note><para>If you use <command>dump</command> on your root directory, you <note><para>If you use <command>dump</command> on your root directory, you
would not back up <filename>/home</filename>, would not back up <filename>/home</filename>,