How to schedule automatic Joomla 4 website backups with Akeeba Backup using a cron job
Akeeba Backup - Schedule Automatic Backups
An example cron command to backup your website is shown on the Akeeba Backup profile configuration page.
You will need to change the path to php cli and your websites public html folder
Use the whereis command to find the path to phpwhereis php
crontab -e 00 23 * * * /usr/bin/php /var/www/yourdomain.com/html/cli/joomla.php akeeba:backup:take
Comments