runopencode/dm-assets-backup-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

runopencode/dm-assets-backup-plugin

Composer 安装命令:

composer require runopencode/dm-assets-backup-plugin

包简介

dmAssetsBackupPlugin - Assets backup for Diem Extended

README 文档

README

Author: TheCelavi Version: 1.0.1 Stability: Stable Backward compatibility: Incompatible configuration with version 1.0.0 Date: December 9th, 2012
Courtesy of Run Open Code
License: Free for all

dmAssetsBackupPlugin for Diem Extended is manager for assets backup, as well as for backuping assets.

Configuration

In dmAssetsBackupPlugin/config/dm/config.yml are default configuration values.

default:
  dmAssetsBackupPlugin:
    locations:
      backup_dir:              %SF_ROOT_DIR%/data/dm/backup/assets
      source_dir:              %SF_UPLOAD_DIR%
    rotations:
      max_backup_files:        3
      max_backup_size:         4294967296 # 4GB
    adapter:                   dmAssetsBackupAdapterTar
    adapters:
      dmAssetsBackupAdapterTar:
        extensions:     [ tar, tar.gz, tar.bz2 ]
        use:            tar
      dmAssetsBackupAdapterZip:
        extensions:     [ zip ]
        use:            zip

locations configures source and destination directory, that is the directory to backup and directory where that backup should go.

rotations defines the max backup files or max backup size. When one of these two is reached, the oldest backup gets deleted when new backup is created. Note that max_backup_size accepts bytes as size units.

adapter which of installed adapters you would like to use for compression.

adapters are installed adapters for compressing the backup. Two are already provided, TAR and ZIP. Each adapter uses some extension or creates file with some extension.

Administration

Go to System > Backup > Assets backup and you will see the list of backup files. Each file can be:

  • Downloaded
  • Deleted

Or you can create new backup.

In order to see list of backup files, to create or delete a backup and to download some or all of them, user must have a assets_backup or backup permission associated.

Task

Backups can be created via console, by using a task dm:assets-backup.

The task can be executed periodically, via cron - which is major advantage of this plugin.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Free
  • 更新时间: 2012-12-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固