• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

the scheduled backup does not start

M

morganp21

Guest
Hello !

I upgrade Plesk fort 11.x version but my scheduled backup does not start :/

But the manual backup start

thx you for help
 
Check through SHELL if you have the following file on the system

/etc/cron.d/plesk-backup-manager

In it you should have the cron schedule you set in the control panel, for example:

1,16,31,46 * * * * root [ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
 
i just update to the latest version, scheduled backup was working previously, and now after the update don't work.

i don't have this file... /etc/cron.d/plesk-backup-manager

i have only these files..

[root@webserver cron.d]# ls
drweb-update mailman sa-update sa-update.rpmnew sa-update.rpmsave
 
Last edited:
Did you try to update Scheduled Backup Settings here - Home>Tools & Settings>Backup Manager>Scheduled Backup Settings ?
 
the informations there are empty, i haven't filled it, but i want make backups of only one domain, in fact in the relative scheduled backup of my domain, all ftp info ecc was present first to update to the latest version and also now, but don't work...
 
Hello,

I update post, same problem for me under Plesk 11.0.9 in Centos 5.5
10 scheduled backups working properly every night before updating to Plesk 11, nothing after.
I tried to uncheck/check in each Domain > Backup manager > Planned Backup > Enable backup task
(sorry, I try to translate from my French installation terms)

In /etc/cron.d/ nothing except : drweb-aupdate mailman sa-update.

Manual backups work properly (server and FTP repository)

Thanks for your help.
 
Same hier scheduled backup stopped after upgrade

My scheduled backup tasks are stopped.. the cron-job is not created...
Just reading all the post
How do i reinstall the psa-backup-manager ?

I have installled :psa-backup-manager-11.0.9-cos5.build110120608.16.x86_64

If i try:
# rpm -q --scripts psa-backup-manager | sed 1d | sh

i get:

sh: line 2315: syntax error near unexpected token `('
sh: line 2315: `preuninstall scriptlet (using /bin/sh):'

Any ideas to get around the issue?
 
short correction

the cron job under /etc/cron.d/plesk-backup-manager
exists..

here is the content of the files (but it is still not working!!)
14,29,44,59 * * * * root [ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
 
one more information

I have 3 servers all upgraded to plesk 11.0.9
on two of them the cronjob is there on the third the cronjob is missing.
 
I just found a way to have backup scheduled working:

SERVER -> BACKUP MANAGER -> Scheduled Backup Settings

But this procedure, backup all server with all domains and clients.

However, after the upgrade the single domain scheduled backup system do not work, i hope they'll fix in the next relase.
 
Back
Top