• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

scheduled backup manager not working

A

AshishK

Guest
On my plesk control panel, for each domain, I have entered the personal FTP server information and then under scheduled backup settings, I create proper entries for the backup task. BUT NO BACKUP is performed. I dont see any files in the FTP server.

Now if click the button Back up (instead of scheduled backup settings) and select personal ftp folder, then the backup is performed and I can see the files on my personal ftp server.

Can you please help me here. I really want the scheduled backup to run.

Thanks
 
Make sure that you have record about your scheduled backup in BackupsScheduled database table and you have started cron service.
 
I am not sure how to do either of the two, can you please point me to the documentation that can get me started.
 
It is usual Linux system procedures. If you are not familiar with Linux system - contact Parallels Support Team.
 
I am aware of the linux. I want to know the name of the cron service and which context it is going to run. Also the name of the database tables.
 
Login to Plesk database with

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

Make sure that cron service is started with

/etc/init.d/crond status
 
Igor, I appreciate your help here.

So I logged in as a root and then looked in the database table (select * from backupsscheduled) and I see several entries there (15 for my case) The active flag is set to true.

But there is no cron tab running. When I do /etc/init.d/crond status I see only one task which is what I had created myself (I am running this command as a root)

How do I figure out what happened to the cron job that the scheduled backups should run? Can you please help. Can I add this cron job again? I have tried reboooting the server but that did not help.

-Ashish
 
I have the same problems. BacksupScheduled database shows all the scheduled with correct info, as shown in Plesk Panel.

Crontab is running:

[root]# /etc/init.d/crond status
crond (pid 3716) is running...

I think it has the right line too:

[root]# crontab -l
4,19,34,49 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

Which looks to be the backup manager?

But no scheduled backups run. Manual backups do work.
 
Hello All
I am having the same issues, my machine is
Centos 5.4
Plesk 9.3
psa-backup-manager - 9.3.0-cos5.build93091230.06

The backup tables show the correct schedules that I have created and crontab is switched on and follows the line
/usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

No scheduled backups have run and I would appreciate any pointers in where to look next.

Thanks
John
 
Back
Top