There's no need to shut down an entire website just to do database backups nowadays. MySQL (which I think MHF uses) supports "replica" configuration (a second database that keeps a live copy of the first, but can be stopped to backup) and "clustering" (where multiple database servers are kept in sync, and any of them can be stopped). Other open-source database servers work similarly, and the commercial ones offer even more features.