flamix/laravel-backup
Composer 安装命令:
composer require flamix/laravel-backup
包简介
Backup to telegram
README 文档
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
统计信息
- 总下载量: 659
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-12