VPS with VESTA always disk full of tmp backup file.
-
- Posts: 12
- Joined: Wed Oct 29, 2014 9:54 am
- Os: CentOS 6x
- Web: apache + nginx
VPS with VESTA always disk full of tmp backup file.
I see lot of tmp.xxxxxxxx files in /home/backup
I do often remove it myself.
I already disble cronjobs
not sure why it always have new files there. Any suggestion?
Thanks.
I do often remove it myself.
I already disble cronjobs
Code: Select all
sudo /usr/local/vesta/bin/v-backup-users
Thanks.
Re: VPS with VESTA always disk full of tmp backup file.
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..
I think you run out of server resources (cpu, ram etc...) and backup fails.
Chech vesta logs..
-
- Posts: 12
- Joined: Wed Oct 29, 2014 9:54 am
- Os: CentOS 6x
- Web: apache + nginx
Re: VPS with VESTA always disk full of tmp backup file.
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?
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.
Login to Vesta CP -> Click Server -> Click Configure Icon -> Scroll Down and click backups -> Change Local backup to nosupersuphot 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?
-
- Posts: 12
- Joined: Wed Oct 29, 2014 9:54 am
- Os: CentOS 6x
- Web: apache + nginx
Re: VPS with VESTA always disk full of tmp backup file.
Awesome! This is what I'm looking for. Did't notice this configure icon before.joem wrote: Login to Vesta CP -> Click Server -> Click Configure Icon -> Scroll Down and click backups -> Change Local backup to no
Thanks for your support :)