An open API service indexing awesome lists of open source software.

https://github.com/artcodestudio/october-backup-script

backup import/export script for OctoberCMS instances' plugins, database and storage
https://github.com/artcodestudio/october-backup-script

Last synced: 11 months ago
JSON representation

backup import/export script for OctoberCMS instances' plugins, database and storage

Awesome Lists containing this project

README

          

# backup

Backup script to create a backup of the database and the storage / plugins directories.
Uses node v16 and yarn v2

Install with
```
yarn set version berry
yarn install
```

To create a backup of current database, storage and plugins:
```bash
yarn backup:create
```

WIP (not yet functional): To restore a stored backup (multiple-choice prompt):
```bash
yarn backup:restore
```