ember-nexus / api

Knowledge Graph API
https://ember-nexus.github.io/api
GNU Affero General Public License v3.0
9 stars 1 forks source link

Add support for files in backup creation and loading #308

Open Syndesi opened 2 months ago

Syndesi commented 2 months ago

The command php bin/console backup:create should back up files stored in the S3 storage buckets, i.e. api-storage and api-upload. There should be an option to skip backup up files, as beyond a certain size (a few GB?) it is more useful to use dedicated S3 backup tools.

The command backup:load should be able to load files from backups.