Linux – The best way to backup and restore a Linux Mail Server

backupemaillinux

I have a Linux Postfix mail server, and I am doing a configuration backup via FTP. but actually thinking about it, this will give me a 3-4 day period for recover my server…
whats is the best way to recover my server in case of failure (hours instead of days)?
thanks…

Best Answer

  1. Use automated machine build tools (Kickstart, Debian Installer Preseeding) to make machines quick and easy to create
  2. Use configuration management to maintain the configuration of the server so it's easy to reapply the configuration
  3. Regularly test that the backups you take are useful by running an entire restore from bare metal.
Related Topic