2017 © Pedro Peláez
 

library backup

Backup script for limited shared hosting

image

shikiryu/backup

Backup script for limited shared hosting

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Shikiryu Backup language issues ci

Because even small websites need to be backed up, (*1)

Backup script for limited shared hosting, (*2)

:books: Table of Contents

:package: Installation

First check if you have composer installed

Before installing this, you need to check if you have PHPand Composer installed on your computer., (*3)

Then install this script

composer require shikiryu/backup

:rocket: Usage

Everything in this library is based on a scenario (or multiple scenarii)., (*4)

It consists of 2 sections in a JSON file : * what to backup * where to backup, (*5)

You have an example file in app/scenario., (*6)

The first section is backup (what to backup) and the second transport, (*7)

More information about how to use scenario, (*8)

Tips

Each possible section has docs in their respective folders, (*9)

Here is an example code, (*10)

<?php

include_once 'vendor/autoload.php';

try {
    \Shikiryu\Backup\Scenario::launch('backup.json'); // whatever the file name you gave previously
} catch (\Exception $e) {
    echo $e->getMessage();
}

:hammer_and_wrench: Support

Please open an issue for support., (*11)

:memo: Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request., (*12)

:scroll: License

Creative Commons Attribution NonCommercial (CC-BY-NC) © Chouchen, (*13)

The Versions

03/07 2016

dev-master

9999999-dev

Backup script for limited shared hosting

  Sources   Download

The Requires