Backups going to wrong folder – wp-config setting doesn't work
-
Dear ‘Human Made Limited’
I know that I should be thankful for small mercies, and that so long as your wonderful timesaving plugin, BACKUPWORDPRESS, is correctly making backups and letting me download (which is indeed the case.. THANK-YOU THANK-YOU), then I should sing praises to the plugin’s authors… But still… Enquiring minds want to find answers to vexing little questions!
<b>On two of my sites at eu5.org, when I activate my newly installed BackupWordpress 2.2.4 (using on WP 3.4.2 on one site and WP 3.5.1 on the other), the BackupWordpress plugin INSISTS on creating and using
/wp-content/uploads/c4ca4238a0-backups
as its backup folder. </b>
I really would like my backups to go into
/wp-content/backups/
(which the plugin FAQ says is the default location for the backup folder).
In an effort to fix the problem, I followed the slightly vague instructions in the FAQ (an example would really help a lot), and placed the following into my WP-CONFIG.PHP (as the last item in the wp-config file)
/** Set up path to the BACKUPWORDPRESS BACKUP directory */
if ( !defined('ABSPATH') )
define (‘HMBKP_PATH’ , ABSPATH .'wp-content/backups');
But… sadly, still no luck. The plugin still works, but it is still backing up to /wp-content/uploads/c4ca4238a0-backups
So, as many have probably asked before, HOW DO I GET MY BACKUPS TO GO WHERE I WANT THEM TO GO? And.. if something is wrong with the code shown above, would you be ever so kind as to provide the corrected version, or a good clear example, as a COMPLETE cut and paste entry.
Thanks muchly,
Balthazar
jaredswebclass @ yahoo . comhttps://www.ads-software.com/extend/plugins/backupwordpress/
- The topic ‘Backups going to wrong folder – wp-config setting doesn't work’ is closed to new replies.