show/hide this revision's text 2 Added link to another case

mysqldump is a decent way to backup your FogBugz (or any other) MySQL database:

mysqldump --opt --user=user --password=password fogbugz | gzip --best > /BackupPath/fogbugz.sql.gz

The gzip bit at the end is optional but it keeps your backup file smaller.

You can also checkout How do I back up my FogBugz installation?

show/hide this revision's text 1

mysqldump is a decent way to backup your FogBugz (or any other) MySQL database:

mysqldump --opt --user=user --password=password fogbugz | gzip --best > /BackupPath/fogbugz.sql.gz

The gzip bit at the end is optional but it keeps your backup file smaller.