Differences between revisions 2 and 3
Revision 2 as of 2016-03-19 08:59:39
Size: 295
Editor: PieterSmit
Comment:
Revision 3 as of 2016-03-19 09:06:37
Size: 399
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
     * s3cmd mb s3://backupVigor
       {{{ Bucket 's3://backupVigor/' created }}}
Line 10: Line 13:
CategoryStorage CategoryDevelopement CategoryStorage CategoryDevelopement CategorySecurity

Amazon Web Services - Cloud provider

  • on linux can use $s3cmd to backup to S3 storage in AWS.
    • $ s3cmd --configure
      • get keys from http://aws.amazon.com/ User Name,Access Key Id,Secret Access Key

      • s3cmd mb s3://backupVigor
        •  Bucket 's3://backupVigor/' created 

...


CategoryStorage CategoryDevelopement CategorySecurity

AWS (last edited 2022-05-05 00:26:05 by PieterSmit)