My default profile using file name pattern '[site-name]' and 'Append timestamp' enabled with 'Y-m-d' as the format. My scheduled backups (all using the default backup profile) are creating files like DaveReid-2011-11-08-2011-11-08.mysql.gz.
My default profile using file name pattern '[site-name]' and 'Append timestamp' enabled with 'Y-m-d' as the format. My scheduled backups (all using the default backup profile) are creating files like DaveReid-2011-11-08-2011-11-08.mysql.gz.
Comments
Comment #1
dave reidInteresting to note that this seems to happen when you have multiple scheduled backups that run at the same time.
First scheduled backup: DaveReid-2011-11-08.mysql.gz
Second: DaveReid-2011-11-08-2011-11-08.mysql.gz
Third: DaveReid-2011-11-08-2011-11-08-2011-11-08.mysql.gz
Comment #2
dave reidI believe the problem is in backup_migrate_perform_backup() which alters $settings by reference and hence $settings->filename is altered every time.
Comment #3
magnusk commentedI've noticed the same issue in v7.x-2.2
Comment #4
ronan commentedI think this has been fixed for a while. It is FOR SURE fixed in the 3.x branch