V-change-cron-job

Hi, I want to automate a task but the command: v-change-cron-job gives me a problem.

:/usr/local/bin$ v-change-cron-job admin 7 * * * * * * /usr/local/hestia/bin/v-backup-users
Error: invalid min format :: logging_sendmail

I have tried several times without success

can anybody help me?

use " around * as so It becomes

v-change-cron-job admin 7 "*" "*" "*" "*" "*" "*" "/usr/local/hestia/bin/v-backup-users"

Thanks,

Changing the task adds a new task called logging_sendmail, but it doesn’t modify the one I want.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.