In the video, I forgot to mention that, For scheduling I have used `$schedule->command('backup:run')->everyMinute()`. The `everyMinute()` method is only for tutorial purpose. Generally you will like to use `$schedule->command('backup:run')->daily()->at('02: 00');`. Of course, the time ('02: 00') is just examples. Adjust them to suit your own preferences. Support my work: 1. On BuyMeACoffee: www.buymeacoffee.com/qirolab 2. On Patreon: www.patreon.com/qirolab ⌚ Timestamps: 00:00 Introduction 01:27 Install & configure `spatie/laravel-backup` 02:00 Take a look at `config/backup.php` 04:23 create `backup` disk in Laravel filesystem 06:04 `backup:run` commands 07:36 Laravel scheduler 08:27 `schedule:work` command 09:24 set up cron job
In the video, I forgot to mention that, For scheduling I have used `$schedule->command('backup:run')->everyMinute()`. The `everyMinute()` method is only for tutorial purpose. Generally you will like to use `$schedule->command('backup:run')->daily()->at('02: 00');`. Of course, the time ('02: 00') is just examples. Adjust them to suit your own preferences.
Support my work:
1. On BuyMeACoffee: www.buymeacoffee.com/qirolab
2. On Patreon: www.patreon.com/qirolab
⌚ Timestamps:
00:00 Introduction
01:27 Install & configure `spatie/laravel-backup`
02:00 Take a look at `config/backup.php`
04:23 create `backup` disk in Laravel filesystem
06:04 `backup:run` commands
07:36 Laravel scheduler
08:27 `schedule:work` command
09:24 set up cron job
Is cron job only work on Linux ? How about Windows ?
Wonderful explanation, thanks man
yaar bhai great yaar
awsome work
Hi there,
How can we avoid making zip only for database backup?
sir very very informative...
How can delete old backups from the google drive?
Thanks.
It automatically deletes old backup files
can you add exclude table example?
Good tutorial ! thanks
Glad you liked it
How to save the backup zip file name in the database. I mean how to get the name of the zip file during backup?
Sir please create a tutorial on form builder to create admission form like Google form in laravel.
Bro you can beset my website backup to my google drive ?
"crontab -e" not working, help plis
Can you provide more details on the issue you're facing with 'crontab -e'? Happy to help
you have to create tutorial for make dynamic conf file in laravel
not work in laravel 10
I am using it Laravel 10, it is working fine for me.
What issue you got?