pixney/backup-module
最新稳定版本:v0.0.12
Composer 安装命令:
composer require pixney/backup-module
包简介
README 文档
README
This module is heavily under construction.
It currently enables you to create backups of the database as well file backups of laravel helper paths. The backups are then uploaded to your digital ocean spaces (s3) for storage.
Installation
Composer
Run the following composer command
composer require pixney/backup-module
php artisan addon:install pixney.module.backup
.env
S3_KEY=""
S3_SECRET=""
S3_CLIENT=""
S3_ENDPOINT=""
S3_REGION=""
Then within the admin you add your backup job with a cron schedule. See Cronjob Guru for reference
Add a cronjob :
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
Add a cronjob using runcloud
Within vendor binary, choose write your own within command the add your command as above. Example: /bin/bash && cd /home/runcloud/webapps/pixney && php artisan schedule:run >> /dev/null 2>&1
统计信息
- 总下载量: 583
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-01-15