AWS

From QmailToaster
Revision as of 01:56, 30 March 2024 by Ebroch (talk | contribs) (Created page with " 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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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