{{ saveData.AUTOMATION_CRON_PUBLIC }}
{{ lang.t('Utilize the public cron URL to initiate a scheduled task through the web. This unique token for the website ensures access is granted only when the correct token is provided.') }}
{{ saveData.AUTOMATION_CRON_COMMAND }}
{{ lang.t('Configure this cron command to ensure your backup plugin\'s background tasks run smoothly every minute. It triggers essential operations like data backup and system synchronization, maintaining your system\'s integrity without manual intervention. Add this to your crontab to automate the process, ensuring continuous protection and up-to-date backups.') }}
{{ lang.t('Enable or disable JetBackup\'s integration with WordPress\'s internal cron system (WP-Cron). This allows JetBackup tasks to run alongside WordPress\'s scheduled events. While this method provides flexibility and ease of use, it is less precise than a real server-level cron. For optimal reliability, we recommend keeping this enabled, especially if server-level cron access is unavailable.') }}
{{ lang.t('Enable or disable JetBackup\'s independent Backend Heartbeat to trigger scheduled tasks. This operates in parallel with the WordPress Heartbeat API and ensures backups and related tasks run reliably in the background. We recommend keeping both enabled for optimal performance.') }}
{{ lang.t('Select the Heartbeat Time-To-Live (TTL) interval to control the frequency of the backend heartbeat calls. Adjusting this interval can help manage server load. This is not related the WordPress Heartbeat which has it\'s own independent TTL not controlled by JetBackup.') }}
{{ lang.t('Enable/Disable the scheduled cron system, including the inability for AJAX calls to trigger cron tasks. This option should only be considered if you plan to manage the cron system exclusively via the wp-cli interface.') }}
{{ lang.t('Enable/Disable the REST API scheduler for the front-end. This method is beneficial when setting up a server-level background cron task isn\'t possible. Note that this scheduler relies on website traffic, making it less precise than a traditional cron job, meaning tasks may not execute exactly on schedule.') }}
{{ lang.t('An unknown state doesn\'t indicate there is an error, it just means that JetBackup cannot read your crontab content from inside WordPress.') }}
{{ saveData.AUTOMATION_CRON_CONTENT }}