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

Fix file encryption option #55

Closed oadaeh closed 4 years ago

oadaeh commented 4 years ago

On the configuration pages, on the Backup tab, on the Advanced Backup sub-tab, in the Backup File field set, there is a File Encryption setting that references the Drupal AES encryption module. That module is:

The first thing that probably should be done is to remove that option or re-word it so it is not pointing to an unsupported Drupal module.

The next thing that should be done is to port the Encrypt module and use that one, since support for it was added to the 7.x-3.x branch of the D7 module in March of 2019: https://www.drupal.org/project/backup_migrate/issues/2135813

quackers8me commented 4 years ago

I have just removed the text so that any sites that may already be using this are unaffected.