I just found the same problem. What’s going on guys?
It seems that trying to set a relative path via ../../……. etc. also reverts it back to the default path.
Editing it is fine, as long as it’s within the WP folder. As soon as I try to leave the folder, it reverts back to the default.
Attempting to set a full path to somewhere within the WP folder also fails.
Is this a security setting I can disable somewhere?
Hi @becki, @ellmanncreative
This is an intended behaviour for security reason, but we have plan to allow absolute path backup in the next version!
Thank you for the suggestion!
Hey. What’s the plan here? I see I’m still restricted to making backup files in the very PUBLIC web directory. I’m on BackWPup version 4.0.4 now.
if it’s urgent use this workaround -> in the database wp_options there’s an entry called ‘backwpup_jobs’.
it’s a serialized php string. unserialize this string. modify value ‘backupdir’ with the path to your backup folder. then serialize the string again and update the database.
best keep a backup of the ‘backwpup_jobs’
https://onlinephp.io/unserialize
use at your own risk and don’t update the job backup dir option via the web interface as it will revert back to relative path
greetings
Beckmann
Thank you. I guess I’ll do that, and come up with a MU plugin to fix those paths according to a pattern I typically use.