Closed (fixed)
Project:
Backup and Migrate
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2010 at 12:38 UTC
Updated:
19 Feb 2012 at 05:30 UTC
Recently I decided to change how often my db is automatically backed up.
I changed the "Backup every: X Hour(s)" parameter in Backup Schedule from 1 to 8.
Since then, backups are done every 1:15hs.
I have tried flushing caches and resetting the parameter but to no avail.
Any help on how to solve this is much appreciated.
Thanks in advance for your time.
Comments
Comment #1
realOFF commentedTrying to solve this, I reinstalled the module the latest version.
I also created new profiles, locations and schedule but to no avail.
I have set backups schedule to 8 hours but files are generated every one hour.
Furthermore, I have found now that Backup & Migrate stucks my cron job every now and then for hours.
I have tried Poormanscron and server cron but the result is the same.
I'm starting to desperate now, because it was working fine until I changed the "Backup Every X Hours" option.
Help me please.
Thanks!
Comment #2
jshuster@drupal.org commentedThis might relate to an issue just posted at http://drupal.org/node/836742, which has to do with backup frequency, but in a different specific case. You might try applying the patch there and see if that fixes the problem.
Do post what you find out ... that'll help the module maintainer.
Comment #3
Mike Dodd commentedthis may help
http://drupal.org/node/840272
Comment #4
OneTwoTait commentedI have the same issue.
I'm not doing multiple backups, just one.
It is set to backup the site every 6 hours. I found that it backed up the site 49 times yesterday.
I am using Supercron, could that be an issue?
Comment #5
ronan commentedThe patch @mike dodd points to above is in the latest recommended release. Can you guys tell me if the issue still exists in 2.4?
Thanks
Comment #6
kevinwalsh commentedon 6.x-2.4 i have mine set to backup once a day but it's backing up once an hour.
Comment #7
kevinwalsh commentedTurns out cron was failing (i think DURING backup_migrate part of cron, even though the backup tar.gz is in the scheduled backup folder). Forcing the cache to clear and then running cron (successfully this time) seems to have fixed the scheduling issue.
Comment #8
ronan commented