How do I stop a backup schedule?
I ran " zman database-backup /bin/dropschedule.sql" but it just hangs at this prompt:
The following SQL statement is to be executed against the database:
BACKUP DATABASE DIRECTORY '/bin/dropschedule.sql' TRANSACTION LOG TRUNCATE
dropschedule.sql contains the following statement:
DROP EVENT ZENDBBackup
|