• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Backup/Restore task notification

Pagemakers

Silver Pleskian
I keep getting the following email each morning.

How to I stop it?


Backup task finished.

Task was created by with guid (827ac05b-3076-40c8-83c0-cd89e7a7d49a)


Creation date is: 2013-Aug-19 06:31:38
Task status is: success

Dump full name is: ftp://xx.onlinehome-server.info//xx.co.uk_1308190631.tar





<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="success" log-location="/usr/local/psa/PMM/sessions/2013-08-19-063138.76/migration.result"/>
 
Can you please check your plesk backup cron through following command

Code:
cat /etc/cron.d/plesk-backup-manager
 
[root@s15317819 ~]# cat /etc/cron.d/plesk-backup-manager
1,16,31,46 * * * * root [ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
 
What is your Plesk version? Do you have specified email address in "If any errors were encountered during the execution of this scheduled backup task, send notification email to" on page with Scheduled Backup Settings?
 
Panel version 11.0.9 Update #57

The emails the system is sending are about successful backups not unsuccessful ones.
 
Back
Top