Closed (fixed)
Project:
Backup and Migrate Files
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2009 at 01:22 UTC
Updated:
7 Sep 2009 at 04:30 UTC
Hi I was excited to see your helper module posted today.
Downloaded and installed as described but it doesn't seem to work for me.
The interface at admin/content/backup_migrate hasn't changed.
I can still use b_m to back up the db but no files back up is created.
I have PEAR and archive_tar installed for backup_files.module and that module does successfully create file backups.
Other that that I'm using D6.13, php5.2.9-2, mysql5.1.36 and apache 2.2.11.
It will be cool have db and files backup in one place eventually.
In the meantime I've been using b_m for db backups and db_maintenance.module for file backups. . .
Comments
Comment #1
austintnacious commentedSo this issues almost cleared itself up when I read "requires the lastest dev release of b_m"
So I disabled and un-installed the old release and tried to enable the new release but I get the following error.
Fatal error: require_once() [function.require]: Failed opening required './sites/all/modules/backup_migrate/includes/db.inc' (include_path='.;C:\wamp\bin\php\php5.2.9-2\pear') in C:\wamp\www\sites\all\modules\backup_migrate\backup_migrate.install on line 193Upon further investigation there is no db.inc in ./backup_migrate/includes.
Also no ./includes in the old release of b_m so I'm stuck. . .
Comment #2
ronan commentedOops, yeah, I removed the db.inc file but I guess I didn't completely remove all references to it. Hopefully the NEXT latest dev of B&M will fix that for you.
Sorry about that.