Hello,
I am using the TMyBackup component. My MySQL server is running on a Liunx box. I have a directory that I would like to have the backup of all my tables placed in. /backup/ (I put this in the Path property of the component)
I have changed the permissions on this directory to all (777).
I have set the Mode property to tmText and left the other properties to default.
Now it makes backups of all my tables but it doesn't put it int he correct directory...in fact it renames the files to something like:
/backup/Scheduler <--- thats the actual filename and not a directory path and filename
Is this a slight bug?
Also is there a way to confirm that the backup is identical to the whats in the database?