macklus/yii2-incremental-database-backup

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

0.0.3 2018-03-27 13:41 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:27:13 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(); ?>```