AWS

From QmailToaster
Jump to navigation Jump to search

Back

1. AWS cloud backup
  Install AWS pkgs on mail server (once)
   a. # yum install awscli awstats
  Configure keys from your AWS account on mail server (once)
   b. # aws configure
  From mail server create AWS bucket for backup (once)
   c. # aws s3 mb s3://my-bucket --region us-west-1
  Synchronize mail store to AWS
   d. # aws s3 sync /home/vpopmail/domains/mydomain.com s3://my-bucket/mydomain.com