PHPackages                             boehsermoe/luya-module-backup - 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. boehsermoe/luya-module-backup

ActiveLuya-module[Utility &amp; Helpers](/categories/utility)

boehsermoe/luya-module-backup
=============================

The LUYA Backup module.

1469[1 issues](https://github.com/boehsermoe/luya-module-backup/issues)PHP

Since May 31Pushed 8y agoCompare

[ Source](https://github.com/boehsermoe/luya-module-backup)[ Packagist](https://packagist.org/packages/boehsermoe/luya-module-backup)[ RSS](/packages/boehsermoe-luya-module-backup/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Backup Module
=============

[](#backup-module)

Based on [LUYA schedule module](https://github.com/boehsermoe/luya-module-scheduler)

Installation
------------

[](#installation)

`composer require boehsermoe/luya-module-backup`

In order to add the modules to your project go into the modules section of your config:

```
return [
    'modules' => [
        // ...
        'backup' => [
            'class' => 'luya\backup\Module',

            // Path where files will exported. default @runtime/backups
            //'exportDir' => '/your/export/path'
        ],
        // ...
    ],
];
```

Create a new job
----------------

[](#create-a-new-job)

Scheduler -&gt; DatabaseBackupJobs -&gt; Add

[![screen](screen.png)](screen.png)

Execute job
-----------

[](#execute-job)

```
./luya scheduler/run/now {id/name of the job}

```

Start jobs by cron
------------------

[](#start-jobs-by-cron)

Start all expired jobs every minute via cron:

```
* * * * * ./luya scheduler/run
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

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://www.gravatar.com/avatar/21dcb9c8370191d8e148d5d118d7ddd12c9fb465d635f1314bfbbda78d8c610f?d=identicon)[boehsermoe](/maintainers/boehsermoe)

---

Top Contributors

[![boehsermoe](https://avatars.githubusercontent.com/u/2466744?v=4)](https://github.com/boehsermoe "boehsermoe (7 commits)")

### Embed Badge

![Health badge](/badges/boehsermoe-luya-module-backup/health.svg)

```
[![Health](https://phpackages.com/badges/boehsermoe-luya-module-backup/health.svg)](https://phpackages.com/packages/boehsermoe-luya-module-backup)
```

###  Alternatives

[overtrue/laravel-qcloud-federation-token

QCloud COS FederationToken generator for Laravel.

179.2k](/packages/overtrue-laravel-qcloud-federation-token)

PHPackages © 2026

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