flamix/laravel-backup

Backup to telegram

Maintainers

Package info

github.com/rshkabko/laravel-backup

pkg:composer/flamix/laravel-backup

Statistics

Installs: 820

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-12 19:34:39 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