{********************************************************************** * ProxmoxAddon product developed. (2017-10-06) * * * * CREATED BY MODULESGARDEN -> http://modulesgarden.com * CONTACT -> contact@modulesgarden.com * * * This software is furnished under a license and may be used and copied * only in accordance with the terms of such license and with the * inclusion of the above copyright notice. This software or any other * copies thereof may not be provided or otherwise made available to any * other person. No title to and ownership of the software is hereby * transferred. * * **********************************************************************} {** * @author Sławomir Miśkowicz *}
{if ($rawObject->getRawTitle() || $rawObject->getTitle()) && $rawObject->isViewHeader()}
{if $rawObject->getIcon()}{/if} {if $rawObject->isRawTitle()}{$rawObject->getRawTitle()}{elseif $rawObject->getTitle()}{$MGLANG->T($rawObject->getTitle())}{/if}
{/if} {if $rawObject->haveInternalAlertMessage()} {/if}

{$MGLANG->T('The cron job for Proxmox VPS & Proxmox Cloud VPS (each 5 minutes suggested):')}

php -q {$customTplVars.crons.vps}

{if $customTplVars.proxmoxCloudVps}

{$MGLANG->T('The cron job for Proxmox Cloud VPS (each hour suggested):')}

php -q {$customTplVars.crons.cloud}

{/if}

{$MGLANG->T('The cron job for users synchronization (run only once):')}

php -q {$customTplVars.crons.users}

{$MGLANG->T('The cron job for VM recovery synchronization:')}

php -q {$customTplVars.crons.recoveryList}

{$MGLANG->T('The cron job for VMs migration synchronization:')}

php -q {$customTplVars.crons.migrateSync}

{$MGLANG->T('Cron job tasks synchronization:')}

php -q {$customTplVars.crons.task}

{$MGLANG->T('Cron job update server usage (each 5 minutes suggested):')}

php -q {$customTplVars.crons.usege}
{if $customTplVars.proxmoxVps}

{$MGLANG->T('Cron job remove backups (each 24 hours suggested):')}

php -q {$customTplVars.crons.backup}

{$MGLANG->T('Cron job snapshot jobs (optional, each 5 minutes suggested):')}

php -q {$customTplVars.crons.snapshots}

{/if}