flamix / laravel-backup
Backup to telegram
dev-main
2023-12-12 14:06 UTC
Requires
- illuminate/support: >=8.0
This package is auto-updated.
Last update: 2024-10-12 15:47:30 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