How to change FTP Backup Temp Path

nicsopon

Verified User
Joined
Jul 4, 2006
Messages
98
Hi

In freeBSD I create a new partition for /tmp/ for storing temp files when doing FTP Backup.

My New Server will use CentOS and the default of these temp files are in /home/tmp/. In hight load server it's not a good idea to store it in the same hard disk in /home/ partition.

How I can change this to a new /tmp/ partiton in a new Hard Disk for better performance and not affect performance in user data in /home/.

I manually setup all partitions not using the default setting (Only /boot, swap, /)

Thanks & Best Regards
 
Hello,

Code:
#  grep tmp /usr/local/directadmin/conf/directadmin.conf
tmpdir=../../../home/tmp

So update it to feet your needs and restart directadmin daemon.
 
Thanks so much!

That works fine. Don't forget change permission to 777

Thanks & Best Regards
 
Back
Top