• 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.

Schedule Backup not backing up

S

shaoming

Guest
Hi to all,

schedule backup doesn't seem to be producing any backups.

Have checked the crontab, the entry is present

# crontab -l
10,25,40,55 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

And /var/log/cron also shows the binary been called.

Has also tried running the command directly off the shell.

# /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

The program returns inmmediately.

Hoping for someone to point me to the right place/log to check.

thanks
 
Hi !
I have the same problem.
As your post is quite old, did you get an answer, or found a trick to correct this "misbehaviour" ?
Thanks for your help.
 
Originally posted by jczorglub
Hi !
I have the same problem.
As your post is quite old, did you get an answer, or found a trick to correct this "misbehaviour" ?
Thanks for your help.

Hi guys.

crontabbed task backupmng just tracks if there are any backups to be done nearest time, if so, it calls /usr/local/psa/bin/pleskbackup with the given parameters.

so the engine of the procedure is /usr/local/psa/bin/pleskbackup, check if it gets launched or not.

when it's time type

# ps auxww |grep pleskbackup


possible workaround is just crontabbing pleskbackup instead of backupmng.
 
Is there a new solution for this problem? I can't find the cron-log in my system.

Plesk Control Panel-Version
psa v8.6.0_build86090814.11 os_SuSE 10.2
OS
Linux 2.6.18.8-0.7-default

Cheers,
Dirk
 
Back
Top