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

problems with scheduled backup

M

member31

Guest
I have a problem with my shedulded backup to ftp. The backups work between 5-8 days after then no shedulded backup will work. When i reboot the server then the shedulded backup run between 5-8 days and i always musst restart the server. Where can i see the log files from backups? Have anyone the same problem? sorry my english is not so good :)
 
Hi,

sorry, but all logs may have relevance here.
Sheduled remote backups or local? What do the psa logs show. 70 %of the actions are logged in a linux server. That is much in comparison to a windows but may be too little for linux.
So no logs ...
 
Scheduled backups are run by `backupmng` utility that is called every 15 minutes and checks if it is time to create some backup, you can see it in root cron tasks:

# crontab -l -u root | grep backup
*/15 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

Make sure that crond service is running and try to restart it first:

# /etc/init.d/crond restart
 
Hello if crond service would not run then i dont understand why all other crons run, for example the daily statistics allways run, so i think thats not the problem...sorry for my english :)
 
Back
Top