#1: Laravel Backup - How to Set up Automatic DB Backup in Laravel

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

ความคิดเห็น • 20

  • @QiroLab
    @QiroLab  4 ปีที่แล้ว +4

    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

    • @AWidiyanto
      @AWidiyanto 3 ปีที่แล้ว

      Is cron job only work on Linux ? How about Windows ?

  • @luisospino4700
    @luisospino4700 3 ปีที่แล้ว

    Wonderful explanation, thanks man

  • @saeedahmedsiddiqi3766
    @saeedahmedsiddiqi3766 4 ปีที่แล้ว

    yaar bhai great yaar
    awsome work

  • @adityamore287
    @adityamore287 2 ปีที่แล้ว

    Hi there,
    How can we avoid making zip only for database backup?

  • @zeeshanhamza3617
    @zeeshanhamza3617 3 ปีที่แล้ว

    sir very very informative...

  • @yogeshgohil-sw1bq
    @yogeshgohil-sw1bq ปีที่แล้ว

    How can delete old backups from the google drive?
    Thanks.

    • @QiroLab
      @QiroLab  10 หลายเดือนก่อน

      It automatically deletes old backup files

  • @jeffersonbarcelona1326
    @jeffersonbarcelona1326 2 ปีที่แล้ว

    can you add exclude table example?

  • @sameera-dananjaya-wijerathna
    @sameera-dananjaya-wijerathna 2 ปีที่แล้ว

    Good tutorial ! thanks

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Glad you liked it

  • @greenlion3910
    @greenlion3910 3 ปีที่แล้ว

    How to save the backup zip file name in the database. I mean how to get the name of the zip file during backup?

  • @narayanpaswan6558
    @narayanpaswan6558 2 ปีที่แล้ว +1

    Sir please create a tutorial on form builder to create admission form like Google form in laravel.

  • @mohammadaqib5532
    @mohammadaqib5532 ปีที่แล้ว

    Bro you can beset my website backup to my google drive ?

  • @germanquen2072
    @germanquen2072 2 ปีที่แล้ว

    "crontab -e" not working, help plis

    • @QiroLab
      @QiroLab  10 หลายเดือนก่อน

      Can you provide more details on the issue you're facing with 'crontab -e'? Happy to help

  • @iamriwash7943
    @iamriwash7943 3 ปีที่แล้ว

    you have to create tutorial for make dynamic conf file in laravel

  • @kholoudmohamed5524
    @kholoudmohamed5524 ปีที่แล้ว

    not work in laravel 10

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      I am using it Laravel 10, it is working fine for me.
      What issue you got?