Page 1 of 1

VPS with VESTA always disk full of tmp backup file.

Posted: Wed Sep 23, 2015 6:41 pm
by supersuphot
I see lot of tmp.xxxxxxxx files in /home/backup
I do often remove it myself.

I already disble cronjobs

Code: Select all

sudo /usr/local/vesta/bin/v-backup-users 
not sure why it always have new files there. Any suggestion?
Thanks.

Re: VPS with VESTA always disk full of tmp backup file.

Posted: Wed Sep 23, 2015 8:21 pm
by SCelik
After succesfull backup, thıse files shoukd be removed automaticly.

I think you run out of server resources (cpu, ram etc...) and backup fails.

Chech vesta logs..

Re: VPS with VESTA always disk full of tmp backup file.

Posted: Thu Sep 24, 2015 4:31 am
by supersuphot
Yes my disk is 100% full when I use df -h
after I delete all tmp.xxxxxx my disk usage at 22%

I don't want it to run backup at all. Is it possible? There is any cronjobs that I need to disable?

Re: VPS with VESTA always disk full of tmp backup file.

Posted: Thu Sep 24, 2015 6:11 am
by joem
supersuphot wrote:Yes my disk is 100% full when I use df -h
after I delete all tmp.xxxxxx my disk usage at 22%

I don't want it to run backup at all. Is it possible? There is any cronjobs that I need to disable?
Login to Vesta CP -> Click Server -> Click Configure Icon -> Scroll Down and click backups -> Change Local backup to no

Re: VPS with VESTA always disk full of tmp backup file.

Posted: Thu Sep 24, 2015 6:21 am
by supersuphot
joem wrote: Login to Vesta CP -> Click Server -> Click Configure Icon -> Scroll Down and click backups -> Change Local backup to no
Awesome! This is what I'm looking for. Did't notice this configure icon before.
Thanks for your support :)