PHPackages                             runopencode/dm-assets-backup-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. runopencode/dm-assets-backup-plugin

AbandonedSymfony1-plugin[Utility &amp; Helpers](/categories/utility)

runopencode/dm-assets-backup-plugin
===================================

dmAssetsBackupPlugin - Assets backup for Diem Extended

151PHP

Since Dec 20Pushed 12y ago2 watchersCompare

[ Source](https://github.com/RunOpenCode/dmAssetsBackupPlugin)[ Packagist](https://packagist.org/packages/runopencode/dm-assets-backup-plugin)[ RSS](/packages/runopencode-dm-assets-backup-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

dmAssetsBackupPlugin for Diem Extended
======================================

[](#dmassetsbackupplugin-for-diem-extended)

Author: [TheCelavi](http://www.runopencode.com/about/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](http://www.runopencode.com)
License: [Free for all](http://www.runopencode.com/terms-and-conditions/free-for-all)

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

Configuration
-------------

[](#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
--------------

[](#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
----

[](#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.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/410738?v=4)[Nikola Svitlica](/maintainers/TheCelavi)[@TheCelavi](https://github.com/TheCelavi)

---

Top Contributors

[![TheCelavi](https://avatars.githubusercontent.com/u/410738?v=4)](https://github.com/TheCelavi "TheCelavi (2 commits)")

### Embed Badge

![Health badge](/badges/runopencode-dm-assets-backup-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/runopencode-dm-assets-backup-plugin/health.svg)](https://phpackages.com/packages/runopencode-dm-assets-backup-plugin)
```

###  Alternatives

[jaybizzle/hasmeta

Access model meta data as if it was a property on your model

291.9k](/packages/jaybizzle-hasmeta)[adesin-fr/inertiajs-tables-laravel-query-builder

Inertia.js Front-end Components for Spatie's Laravel Query Builder

261.7k](/packages/adesin-fr-inertiajs-tables-laravel-query-builder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
