flamix/laravel-backup

dev-main 2023-12-12 14:06 UTC

This package is auto-updated.

Last update: 2024-05-12 14:49:07 UTC


README

This Git repository provides a solution for free backups of "pet projects." It automates the process of creating database dumps and delivers them to your Telegram account, offering a convenient and cost-free backup solution.

// Config
php artisan vendor:publish --provider="Flamix\LaravelBackup\LaravelBackupProvider" --tag="config"

// Add to scheduler: App\Console\Kernel
$schedule->command('backup:database')->->dailyAt('19:02')->runInBackground();

Mannually run command

php artisan backup:database

TODO: Split backup fot 50 MB