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

https://github.com/breadlesscode/neos-backups

Plugin for creating backups in Neos CMS
https://github.com/breadlesscode/neos-backups

backups filesystems neos neos-backups neos-cms

Last synced: 4 months ago
JSON representation

Plugin for creating backups in Neos CMS

Awesome Lists containing this project

README

          

# Neos Backups
[![Latest Stable Version](https://poser.pugx.org/breadlesscode/neos-backups/v/stable)](https://packagist.org/packages/breadlesscode/neos-backups)
[![Downloads](https://img.shields.io/packagist/dt/breadlesscode/neos-backups.svg)](https://packagist.org/packages/breadlesscode/neos-backups)
[![License](https://img.shields.io/github/license/breadlesscode/neos-backups.svg)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/breadlesscode/neos-backups.svg?style=social&label=Stars)](https://github.com/breadlesscode/neos-backups/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/breadlesscode/neos-backups.svg?style=social&label=Watch)](https://github.com/breadlesscode/neos-backups/subscription)

This Neos CMS plugin is for creating backups on different filesystems, from the commandline.
It extends Neos Flow with the commandidentifier group "backup".

- [Documentation](https://breadlesscode.github.io/neos-backups)

## Features

- Save your backups on various filesystems like:
- Local
- SFTP
- Dropbox
- Azure Blob
- AWS-S3
- Google Storage
- Choose your backup steps you need or create your own
- Free and open source

## Requirements
- PHP >= 7.1
- Neos >= 4.0

## Installation

You can easily install this plugin via composer.

```bash
composer require breadlesscode/neos-backups
```

## License

The GNU General Public License v3.0 (GNU GPL). Please see [License File](LICENSE) for more information.