计划备份永远不会在Plesk 12.0.18中运行。
正确的用户,群组和权限:
ll /etc/cron.d/plesk-backup-manager-task
-rw-r--r-- 1 root root 111 Nov 19 15:54 /etc/cron.d/plesk-backup-manager-task
cat /etc/cron.d/plesk-backup-manager-task
10,25,40,55 * * * * root [ -x /opt/psa/admin/sbin/backupmng ] && /opt/psa/admin/sbin/backupmng >/dev/null 2>&1
以下是网络管理员面板上的配置:
在数据库上,记录似乎是正确的。
mysql> select * from psa.BackupsScheduled;
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+-------+------------+---------+--------------+------------+-------------+------------------------------+
| id | obj_id | obj_type | repository | last | period | active | processed | rotation | prefix | email | split_size | suspend | with_content | backup_day | backup_time | content_type |
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+-------+------------+---------+--------------+------------+-------------+------------------------------+
| 1 | 6 | domain | ftp | 2016-01-05 19:03:41 | 604800 | true | false | 4 | abc | | 0 | false | true | 2 | 03:00:00 | backup_content_all_at_domain |
+----+--------+----------+------------+---------------------+--------+--------+-----------+----------+--------+-------+------------+---------+--------------+------------+-------------+------------------------------+
1 row in set (0.00 sec)
在BackupsSettings表中我有正确的值,如果我手动运行,备份确实可以正常运行。
我还检查了与plesk备份管理器(http://kb.odin.com/it/111283)相关的日志文件。但我只能看到手动执行备份。
手动运行/ opt / psa / admin / sbin / backupmng没有任何反应。 它应该是正常的,因为cronjob每15分钟执行一次所以我认为/ opt / psa / admin / sbin / backupmng在数据库上读取任务,并且只有在有一个计划的时候执行任务。
现在我不知道是否应该改变cronjob以匹配每周二凌晨3点的任务:
0,15,30,45 * * * * root [ -x /opt/psa/admin/sbin/backupmng ] && /opt/psa/admin/sbin/backupmng >/dev/null 2>&1