Backup is an extensible and powerful backup tool for statamic sites, it enables you to create, manage and schedule backups of your site with ease in the control panel.
Table of Contents
Features
Why use our backup addon?
- Control panel page where you can manage backups
- Chunked uploads - upload huge backups from other servers without the need to change your
php.ini
. - Permissions - choose exactly which users can manage your backups with permissions.
- Choose exactly what you want to backup by configuring the backup pipeline.
- Easy to extend and customize, just create a new pipes!
- Uses laravels storage system and thus supports external storage out of the box.
- Tested, the addon have over 85% test coverage.
Installation
Read the more detailed guide in the documentation, here.
Otherwise, here is a "quickstart guide":
-
To install this addon, require it using composer.
composer require itiden/statamic-backup
-
Set the
content_path
config value to the path of your content, start with publishing the config:php artisan vendor:publish --tag="backup-config"
Documentation
Read more about configuration, installation, usage and more advanced topics in our documentation!
License
Backup is open-sourced software licensed under the MIT license.