nimbusoft / parrot
Extendable backup system
dev-master
2016-09-06 19:22 UTC
Requires
- defuse/php-encryption: ^2.0
- league/event: ^2.1
- league/flysystem: ^1.0
- spatie/db-dumper: ^1.5
- symfony/config: ^3.1
- symfony/console: ^3.1
- symfony/yaml: ^3.1
Requires (Dev)
- mockery/mockery: ^0.9.5
- phpunit/phpunit: ^5.5
This package is auto-updated.
Last update: 2024-10-16 10:09:07 UTC
README
Parrot is an extensable backup system written in PHP. It is designed to make it easy to create backups of files, databases and more and upload these to one or many different filesystem adapters using Flysystem.
Configuration
Parrot is configured using YAML files. Simply create a parrot.yml
file then
run parrot
to start the backup.