Doing a bit of testing this great module. D6 on wamp with latest dev.

On Quick backup:
(Backup from) Default Database (to) Manual Backups Directory (using) Default Settings.
Notice at top of page:
Default Database backed up successfully to localhostgallery.dev-2009-08-24T23-23-37 in destination Manual Backups Directory in 241.7 ms

The backup is performed as expected, but file is in the scheduled directory. Manual Directory is not created.
This not an issue for me, just reporting a possible bug.

Comments

Anonymous’s picture

I fixed the problem overriding the location as follows:

Manual Backups Directory -> sites/default/files/backup_migrate/manual
Scheduled Backups Directory -> sites/default/files/backup_migrate/scheduled

dbeall’s picture

@giorez, Thank you, I am a little new with modules and didn't know what to make of it..
I will follow your lead.
sorry it took me a while to get back here.

ronan’s picture

Status: Active » Fixed

Fixed in the latest dev. Thanks for the report.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

rhfdc’s picture

Trouble is, we are advised in the Update/Upgrade instructions not to put our backups in the Drupal/.... path.
I tried creating (sitename)/private/backup_and_migrate/manual (also .../scheduled and then changing the settings to match but I get messages saying

Unable to create or write to the save directory 'mtpleasantvillage.org/private/backup_and_migrate/manual'. Please check the file permissions of that directory and try again.
Could not run backup because a there was no valid destination to save to.

I can change write permissions, but what constitutes a "valid destination"? Backup to Email works fine.

Thanks.