markocupic/contao-db-backup
最新稳定版本:1.4.2
Composer 安装命令:
composer require markocupic/contao-db-backup
包简介
Store a daily backup of your database to the contao file system using a daily cronjob routine.
关键字:
README 文档
README
Daily database backup for Contao CMS
This Contao extension creates a daily database backup via a cron job and saves it as an SQL dump in the file system. For the plugin to work, the execution of the PHP function “exec()” must be enabled on the hosting.
Configuration
By default, the backup files remain on the server for 30 d and are then automatically deleted. However, the time before the deletion process can be configured.
# In your config/config.yaml
markocupic_contao_db_backup:
store_backup_files: 60 # Store backup files for 60 days
统计信息
- 总下载量: 2.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-31
