• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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.
 
Back
Top