Backup

Addon by Itiden

Backup Main Screenshot

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.

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.

image

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.
  • 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":

  1. To install this addon, require it using composer.

    composer require itiden/statamic-backup
    
  2. 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.