Backup
A Flarum extension. Backup your Flarum files and database to one or more local or remote storages.
This is a premium extension. Installation and updating requires an active subscription on Extiverse.
Latest version requires PHP 8
Backup offers the ability to periodically create and upload a backup of your most important data to any of the configured (remote) storage drivers, including S3, FTP and dropbox.
This consists of public/assets
, composer.json
, composer.lock
and extend.php
(if it exists).
This extension will create a backup of your forum including the database and your assets directory. It combines them into a zip file and uploads it to all the configured storage drivers.
Installation
Follow the instructions @ https://extiverse.com/premium/subscriptions to configure Composer to be able to install premium extensions.
composer require datitisev/flarum-backup
Configuration
See the extension page.
If you need to backup your data to a service not listed, please contact me and I'll do my best to implement it 🙂.
Links
Original by Flagrow.
Thanks to @luceos for letting me release & maintain it.