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:
parent
3bf4ee8554
commit
cff3b7069f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33519
1 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
operate on the drive as a collection of disk blocks, below the
|
||||
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 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
|
||||
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
|
||||
would not back up <filename>/home</filename>,
|
||||
|
|
Loading…
Reference in a new issue