Changing TMPDIR for restore?

Mike Clarke jmc-freebsd2 at milibyte.co.uk
Tue Jun 30 08:35:12 UTC 2015


n Mon, 29 Jun 2015 18:41:02 -0700
Charles Swiger <cswiger at mac.com> wrote:

> On Jun 29, 2015, at 4:46 PM, Chris Maness <chris at chrismaness.com> wrote:

[snip]

> > I did #set TMPDIR='/mnt/tmp'  and #echo $TMPDIR shows the correct
> > directory.  I am stuck, and not finding any hints on the net.
> > 
> > Any suggestions?
> 
> Try "export TMPDIR" next.  Or do it in one step via "export
> TMPDIR=/mnt/tmp".

Looks like the OP might have been using csh in which case it should be -

     setenv TMPDIR /mnt/tmp

-- 
Mike Clarke


More information about the freebsd-questions mailing list