Auto backup not working.

Issue #77 new
Former user created an issue

Just as the title states, the auto back seems to not be working. Using 0 0 * * * for the cron timers but it never seems to fire, i have it enabled in the global settings and for the server. Only thing i see in the log is this-

2015-10-23 22:00:00.0725|Info: ----Starting Backup lvl 2---- 2015-10-23 22:00:00.0725|Info: Checking Automation_Inc 2015-10-23 22:00:00.1438|Info: Server Automation_Inc is not stopped, eligible for backup 2015-10-23 22:00:00.1438|Info: Backup lvl 2 selected for this server, checking for backup number 2015-10-23 22:00:00.1438|Info: 0 Backup(s) present for this server (max : 48) 2015-10-23 22:00:00.1673|Info: ----End of Backup lvl 2----

Comments (1)

  1. remygrandin NA repo owner

    Your cron is invalid, if you whant it to fire every hour at 0 minute of this hour, it should be "0 0 * * * ?" (without the quote). update it in the sesm global setting and it should be fine

  2. Log in to comment