Skip to content

How to get this work

Ioannis Botis edited this page Mar 7, 2019 · 5 revisions

Installation

Though composer

Since the package is published at packalist.org, can be installed through composer:

composer require iobotis/php-incremental-backup

Download

Download package and run composer install at the package root directory.

Set up options

Important

The library should be run by cli, mainly cron process that generates the backup. It uses exec : http://php.net/manual/en/function.exec.php

Clone this wiki locally