breadlesscode / neos-backups
This plugin is for managing backups in Neos CMS
Fund package maintenance!
breadlesscode
Patreon
Installs: 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 5
Open Issues: 16
Type:neos-plugin
Requires
- php: ^7.1
- league/csv: ^9.5
- league/flysystem: ^1.0
- neos/neos: ^4.0 | ^5.0
- nesbot/carbon: ^2.28
- dev-master
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/postcss-7.0.39
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/tar-4.4.19
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/color-string-1.6.0
This package is auto-updated.
Last update: 2024-11-12 01:27:23 UTC
README
This Neos CMS plugin is for creating backups on different filesystems, from the commandline. It extends Neos Flow with the commandidentifier group "backup".
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.
composer require breadlesscode/neos-backups
License
The GNU General Public License v3.0 (GNU GPL). Please see License File for more information.