When it is important to keep track of the MassTransit transfers, users, mailboxes, etc., backups of the MassTransit folders and MySQL database(s) should be run on a regular basis. Test your backups on a regular basis. Make sure you can restore the MySQL database(s) and MassTransit folders as needed. This is best tested on a non-production server. Backups should be saved to a physically separate drive, volume, or another server if possible.
To create a MySQL backup, follow these steps:
Note: In -cA the "A" must be a capital letter.
Don't forget the quotes around the backup file location.
The Destination path must be existing (e.g. C:), otherwise the The system cannot find the path specified. error message will appear and the backup will fail.
If the backup file appears with size 0 or 1 KB, this means the credentials or syntax in the backup command have not been entered correctly