hi
i need fix this issue
crontab -u admin -l
[email protected]
CONTENT_TYPE=“text/plain; charset=utf-8”
Hi @JamalFree
If you are using Hestia 1.9.x, Hestia maintenance cronjobs have been moved to hestiaweb
user:
crontab -l -u hestiaweb
crontab -l -u hestiaweb
MAILTO="[email protected]"
CONTENT_TYPE=“text/plain; charset=utf-8”
*/2 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue restart
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue daily
15 02 * * * sudo /usr/local/hestia/bin/v-update-sys-queue disk
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue traffic
30 03 * * * sudo /usr/local/hestia/bin/v-update-sys-queue webstats
20 00 * * * sudo /usr/local/hestia/bin/v-update-user-stats
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-rrd
24 4 * * * sudo /usr/local/hestia/bin/v-update-letsencrypt-ssl
44 7 * * * sudo /usr/local/hestia/bin/v-update-sys-hestia-all
20 0 * * * /usr/local/hestia/bin/v-backup-user admin
is coorect or missing some things thanks sahsanu for reply
You have removed these:
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue backup
10 05 * * * sudo /usr/local/hestia/bin/v-backup-users
And instead of backing up all users you are only backing up the admin user:
20 0 * * * /usr/local/hestia/bin/v-backup-user admin
The other jobs look fine.
i do not seen those lines ```
*/5 * * * * sudo /usr/local/hestia/bin/v-update-sys-queue backup
10 05 * * * sudo /usr/local/hestia/bin/v-backup-users
???strange
Maybe you removed them… I don’t know
i am asking the output on above
crontab -l -u hestiaweb
what i need to know is my config correct or no
I already answered you before.