macklus/yii2-incremental-database-backup

Dump selected databases, compare md5sum for compressed files and update git repository for a safe and comprehensive backup

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/macklus/yii2-incremental-database-backup

0.0.3 2018-03-27 13:41 UTC

This package is not auto-updated.

Last update: 2025-10-12 10:39:12 UTC


README

Dump selected databases, compare md5sum for compressed files and update git repository for a safe and comprehensive backup

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist macklus/yii2-incremental-database-backup "*"

or add

"macklus/yii2-incremental-database-backup": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \macklus\backup\AutoloadExample::widget(); ?>```