AWS: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(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")
 
No edit summary
 
Line 1: Line 1:
[[User_Tips_%26_Tricks#Peripheral_Software|Back]]<br>
  1. AWS cloud backup
  1. AWS cloud backup
   Install AWS pkgs on mail server (once)
   Install AWS pkgs on mail server (once)

Latest revision as of 07:58, 25 April 2024

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