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

Scheduled backup uses ID and name from other schedule #32

Closed olafgrabienski closed 5 years ago

olafgrabienski commented 6 years ago

I had configured a daily database backup schedule on a Backdrop site and added a weekly public files backup schedule later. Both schedules have distinct names: Daily database backup vs. Weekly public files backup.

When I downloaded the backups I noticed that schedule ID and name in the .info files of both backups are the same. ID and name in the .info of the files backup are exactly the same as in the database backup:

schedule_id = "daily_database_backup" schedule_name = "Daily database backup"

Other details of the .info files (bam_sourceid and so on) are correct.

quackers8me commented 5 years ago

This should be fixed in the current release with issue #43 and a PR by @opi

opi commented 5 years ago

hmm, not sure my PR is related to this issue...