PHPackages                             shikiryu/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. shikiryu/backup

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shikiryu/backup
===============

Backup script for limited shared hosting

22[3 PRs](https://github.com/Chouchen/Shikiryu_Backup/pulls)PHP

Since Jun 1Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Chouchen/Shikiryu_Backup)[ Packagist](https://packagist.org/packages/shikiryu/backup)[ RSS](/packages/shikiryu-backup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Shikiryu Backup [![language](https://camo.githubusercontent.com/46dbb0c9d8572174c85bd64a4fdcd055c95ed8b589dc62a2dc6a3622b427eb68/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c616e67756167652d7068702d626c75652e737667)](https://camo.githubusercontent.com/46dbb0c9d8572174c85bd64a4fdcd055c95ed8b589dc62a2dc6a3622b427eb68/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c616e67756167652d7068702d626c75652e737667) [![issues](https://camo.githubusercontent.com/a26aed83200c90c510df2aa74780385b7e789f025a4321caff8b86de9b223f99/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f43686f756368656e2f5368696b697279755f6261636b7570)](https://camo.githubusercontent.com/a26aed83200c90c510df2aa74780385b7e789f025a4321caff8b86de9b223f99/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f43686f756368656e2f5368696b697279755f6261636b7570) [![ci](https://camo.githubusercontent.com/03566ef4ac683d8e12d6b043743be73c8091dd07f650caed51f3e755f4031b55/68747470733a2f2f63692e63616e68656c706d652e636f6d2f6275696c642d7374617475732f696d6167652f313f6272616e63683d6d6173746572266c6162656c3d50485043656e736f72)](https://camo.githubusercontent.com/03566ef4ac683d8e12d6b043743be73c8091dd07f650caed51f3e755f4031b55/68747470733a2f2f63692e63616e68656c706d652e636f6d2f6275696c642d7374617475732f696d6167652f313f6272616e63683d6d6173746572266c6162656c3d50485043656e736f72)
=============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#shikiryu-backup---)

> Because even small websites need to be backed up

Backup script for limited shared hosting

📚 Table of Contents
-------------------

[](#books-table-of-contents)

- [Installation](#package-installation)
- [Usage](#rocket-usage)
- [Support](#hammer_and_wrench-support)
- [Contributing](#memo-contributing)
- [License](#scroll-license)

📦 Installation
--------------

[](#package-installation)

### First check if you have composer installed

[](#first-check-if-you-have-composer-installed)

Before installing this, you need to check if you have `PHP`and `Composer` installed on your computer.

### Then install this script

[](#then-install-this-script)

```
composer require shikiryu/backup
```

🚀 Usage
-------

[](#rocket-usage)

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

It consists of 2 sections in a JSON file :

- what to backup
- where to backup

You have an example file in `app/scenario`.

The first section is `backup` (what to backup) and the second `transport`

More information about [how to use scenario](docs/using-scenario.md)

### Tips

[](#tips)

Each possible section has docs in [their respective folders](docs/configuration)

Here is an example code

```
