Just updated to the 8.x-4.x-dev version to have gzip feature back, great :)
Unfortunately, when adding a "Server File Directory" backup destination, the "Directory Path" field is no more present, making impossible to specify backup destination.
Steps to reproduce:
- install backup_migrate-8.x-4.x-dev
- Go to module settings: /admin/config/development/backup_migrate/settings/destination
- Select "Destinations" and "+Add Backup Destination"
- Enter label and choose "Server File Directory" as type, click "Save and Continue", to be redirected to edit form where you could normally specify directory path
- Edit form displays but no "directory path" field is present
Comments
Comment #2
philyThis is also missing from 8.x-4.0-alpha2 release
Comment #3
couturier commentedI can also confirm this issue exists in 8.x-4.x-alpha2. However, there are several other major issues with Backup and Migrate that need to be addressed as soon as possible, and an additional maintainer has been requested to help for several months now, but no one with the skills has come forward. Work is still going slowly. So, I'm setting the priority back to "Normal" since users can still save backups to several different destinations including downloads and private files directory, meaning this issue isn't a release blocker for the next alpha.
Comment #4
dinu r. commentedAttached please find a patch that fixes this issue.
Comment #5
Alex Andrascu commentedTested, works fine.
Comment #7
ronan commentedLooks good. Thanks!
Comment #8
philyPatch #4 works fine, thank you!!