Page 1 of 1

Backup ist looping somewhere and filling up my disk

Posted: Fri Feb 16, 2018 1:08 pm
by donat
Hi,

I have the problem, that a specific user has the problem, that a requested backup-job will never end and then is filling up my disk space.

I think, there is a problem with a cronjob, which is not setup correctly.

This are my processes, concerning vesta during the problem:

admin 21569 0.0 0.0 4336 772 ? Ss 13:50 0:00 /bin/sh -c sudo /usr/local/vesta/bin/v-update-sys-queue backup
root 21576 0.0 0.0 54436 3752 ? S 13:50 0:00 sudo /usr/local/vesta/bin/v-update-sys-queue backup
root 21578 0.0 0.0 15024 3648 ? S 13:50 0:00 /bin/bash /usr/local/vesta/bin/v-update-sys-queue backup
root 21657 0.0 0.0 14448 2792 ? S 13:50 0:00 bash /usr/local/vesta/data/queue/backup.pipe
root 21658 0.0 0.0 15720 4404 ? S 13:50 0:00 /bin/bash /usr/local/vesta/bin/v-backup-user xyz yes

And here are my crons:

Code: Select all

sudo /usr/local/vesta/bin/v-backup-users 
(once every day)

Code: Select all

sudo /usr/local/vesta/bin/v-update-sys-queue backup 
(every 5 minutes)

In the backup log, there is an error message:
Error: can't parse template /usr/local/vesta/data/templates/web/nginx/.stpl

Any help is very appreciated.

Re: Backup ist looping somewhere and filling up my disk

Posted: Fri Feb 16, 2018 2:58 pm
by donat
Finally I have found the solution

There was a loop with let's encrypt with a domain. Now it is okay.

It would be nice to have a way, when backup-script has problems, not to fill up the hard disk and loop it again and again.