tmp folder

usyuse

New member
Joined
Dec 31, 2020
Messages
1
lately I couldn't login to my wordpress site because of "full storage" warning. using ssh, I see three folders in /home directory.
Amin
mysite
tmp

The /home/tmp folder is 122G! what is in there? can I delete it?
cd /home/tmp
ls
reveals:
admin.6342 mysite.zip67Y7AM mysite.zipL07sdg mysite.zipq2VHa8 mysite.zipzOw8h3
admin.6826 mysite.zip9A2ibe mysite.zipWUqEfa mysite.zipszbiYw upload.ggOtCZ
admin.800 mysite.zip9ipALM mysite.zipfsnHtm mysite.ziptFsgMb



df -h :

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/Storage1-root 214G 181G 23G 90% /
devtmpfs 32G 0 32G 0% /dev
tmpfs 32G 564K 32G 1% /dev/shm
tmpfs 32G 3.2G 29G 11% /run
tmpfs 32G 0 32G 0% /sys/fs/cgroup
/dev/sda1 976M 114M 796M 13% /boot
tmpfs 6.3G 0 6.3G 0% /run/user/0
 
it's unfinished backups (maybe takes long time and was killed, or there wasn't enough space - so they was broken)
You can clean all inside it, but don't remove this dir.
----
when you or your resellers/users runs backup - DA makes a copy of account here, then compress this copy and puts to your backup place and removes this dir. If backup failed - all chain failed, so files not removed from /home/tmp
 
Back
Top