Want to send your WordPress backup to Amazon S3? Get WordPress Amazon S3 backups with the BackupBuddy plugin.
With the BackupBuddy plugin, you can use automatic backups schedules to automatically send your WordPress backup files to Amazon S3 after each completed backup.
WordPress Amazon S3 Backups with BackupBuddy
It’s easy to backup your WordPress site to Amazon S3 with BackupBuddy. BackupBuddy also includes support for several other off-site storage destinations to fit your needs, including Dropbox, Google Drive, Rackspace Cloud Files and BackupBuddy Stash (our recommendation).
Here’s how to backup WordPress to Amazon S3 with BackupBuddy:
- After installing and activating the BackupBuddy plugin, visit the Remote Destinations page.
- Click the +Add New tab to add your new Amazon S3 destination.
- On the next screen, follow the steps to finish connecting your Amazon S3 account to BackupBuddy.
- Log in to the Amazon Web Console at http://console.aws.amazon.com
- From the top menu, select Services then click IAM.
- From the left menu, select Users or go to https://console.aws.amazon.com/iam/home#users
- Click the Create New Users button.
- Enter a username you wish to create to give access to your bucket. For example, you might use “backupbuddy_test_user”.
- Click Show User Security Credentials to display them.
- This is the Access Key and Secret Key you will enter into BackupBuddy when creating the Amazon S3 Remote Destination.
- Enter them now into BackupBuddy, copy them, or download them for entering later. Note: If you lose these, you cannot get them later & will have to generate new keys.
- Click Close twice to move on.
- Click the username you just created to open its details.
- Copy the following Security Policy into your favorite text editor or note taking app/site such as Notepad, TextEdit, Typity, Sublime Text 2, etc:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": [ "YOUR_USER_ARN_HERE" ] }, "Action": "s3:*", "Resource": [ "arn:aws:s3:::YOUR_BUCKET_NAME_HERE", "arn:aws:s3:::YOUR_BUCKET_NAME_HERE/*" ] } ] }
- Copy the text to the right of User ARN. It will look something like arn:aws:iam::193065484832:user/backupbuddy_test_user
- Paste this User Arn, replacing “YOUR_USER_ARN_HERE” in the Security Policy above that you pasted into your text editor.
- Replace YOUR_BUCKET_NAME_HERE with the name of your Amazon S3 Bucket you want to grant this user access to.
- From the top menu select Services then click S3 or go to https://console.aws.amazon.com/s3/home
- Click the bucket you want to grant access to.
- In the upper right of this screen, make sure the Properties tab/button is selected so you see bucket details on the right.
- Expand Permissions and click Edit bucket policy.
- Paste the Security Policy from your text editor (that big chunk of text you put your user ARN and bucket name in from above) in this box.
- Click Save.
You can now start sending your WordPress backups to Amazon S3 destination with BackupBuddy.
Backup WordPress to Amazon S3 Now with BackupBuddy
BackupBuddy is the #1 WordPress backup plugin with a ton of features to backup and restore your WordPress site. With BackupBuddy, you can backup your entire WordPress site, restore it back if something goes wrong, migrate to a new host or domain, and much, much more.