syntac/balaram

Backup Laravel app to Telegram automatically

v1.0 2019-10-31 23:59 UTC

README

Latest Version on Packagist Total Downloads Build Status StyleCI

Backup Laravel app to Telegram automatically

Installation

Via Composer

$ composer require syntac/balaram

Usage

add these ENV vars to your ENV file

BACKUP_TARGET=storage,public

BACKUP_DATABASE=true

BACKUP_DATABSE_TYPE=MySql

TELEGRAM_BOT_TOKEN=

TELEGRAM_CHAT_ID=

TELEGRAM_BOT_USERNAME=

then add artisan command "backup:run" to your Console/Kernel.php set the variety of schedules you may assign to backup task.

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.