joomla - Start Akeeba Backup Using a Cron Job -


we using akeeba backup backing our joomla website. possible start backup calling url described here: https://www.akeebabackup.com/documentation/quick-start-guide/automating-the-backup.html. automate backup of our site want call url using daily executed cron job. our web hoster supports creation of cron jobs, cannot use shell scripts or something. execution of php script supported. have call url using php script. created script , works fine when calling directly using browser. when try execute using cron job receive error 302, means, document has temporarily moved. don't know that. script want execute:

<?php     $result = file_get_contents("http://www.mysite.net/index.php?option=com_akeeba&view=backup&key=topsecret&format=r"); ?> 

i not experienced cron jobs or php nice.

thanks time.

it suffices read the documentation. tells how use wget or curl use cron job. moreover, there section called "a php alternative wget". write documentation of akeeba backup , make available free of charge reason: read , prevent such questions ;)


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -