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

How restore cronjobs from plesk backup for particular domain

julien1

New Pleskian
Hello,

i have to restore only the cronjobs for a spcecific domain from a plesk backup which is stored on another server. I searched in all the full backup structure but impossible to retrieve the data. Could someone here have the answer ?

regards
 
You can get cronjob for user of this domain with

# /usr/local/psa/admin/sbin/crontabmng

utility. Use --help option for details and pay your attention on list and get options.
 
Hi Igor and thx for the reply but i didn't have the server anymore i just have a full backup on another server...i wanna know where the directory /var/spool/cron is stored in the structure of a full plesk backup.
regards
 
There is no special file stored. Cron tasks for specific users are stored in corresponding backup xml files. You can find them with searching <cron> elements there. In base64 will be text for cron task.
 
There is no special file stored. Cron tasks for specific users are stored in corresponding backup xml files. You can find them with searching <cron> elements there. In base64 will be text for cron task.
For anyone having the same problem as the OP, ending up here for an answer: These days you can find it in <scheduled-task> elements in the relevant subscription's XML file.
 
Back
Top