Skip to main content

System backup

This is a third-party module.Β The author (guiabtsua) is not responsible for the operation of this functionality


Run the backup.
sudo -u www-data php artisan backup:run
Remove all backups older than specified number of days in config.
sudo -u www-data php artisan backup:clean
Display a list of all backups.
sudo -u www-data php artisan backup:list
Monitor the health of all backups.
sudo -u www-data php artisan backup:monitor