Bug #26713 Incorrect cron command line when a backup project name contains spaces
Submitted: 28 Feb 2007 10:14 Modified: 28 Feb 2007 10:37
Reporter: Manuel Duran Aguete Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.2.5rc OS:
Assigned to: CPU Architecture:Any

[28 Feb 2007 10:14] Manuel Duran Aguete
Description:
Defining a scheduled backup project name whith spaces causes an incorrect entry in contrab file, and backup not works.

How to repeat:
Create a backup project with spaces in name and schedule it.

Suggested fix:
As a workaround edit the contrab file and add quotes to project name.

After:
0 0 * * * /usr/bin/mabackup -d /opt/backups -x DB_ -c Backup Backup 2

Before:
0 0 * * * /usr/bin/mabackup -d /opt/backups -x DB_ -c Backup "Backup 2"
[28 Feb 2007 10:37] Sveta Smirnova
Thank you for the report.

I can repeat this issue with current 1.2.9 MySQL Administrator on Mac OS X