backdrop-contrib / backup_migrate

Port of the Drupal backup_migrate module to Backdrop
GNU General Public License v2.0
7 stars 14 forks source link

Backup Config Files #59

Closed stpaultim closed 3 years ago

stpaultim commented 4 years ago

Feature request.

When updating a site, I believe that it probably makes sense to backup the database, the files, and the config directory. I can backup the database and files (and code) with Backup and Migrate, but I must go to the config export to backup the config directory.

I think it would be really great if Backup and Migrate were able to create a backup of config files. It would be nice to be able to schedule config backups.

If users always commit their code to their repo, they are in good shape. But, since config changes often happen on the server and do not get committed immediately, the config directory is vulnerable to mishaps. Also, many of our users might not keep their config in a git repo. Many of them might not use git at all.

laryn commented 4 years ago

May be a duplicate of https://github.com/backdrop-contrib/backup_migrate/issues/35