dev-master
9999999-devBackup files to S3
The Requires
by Grant Kimball
1.1
1.1.0.0Backup files to S3
The Requires
by Grant Kimball
1.0
1.0.0.0Backup files to S3
The Requires
by Grant Kimball
Backup files to S3
This script should backup the files in any directory, as well as X databases, and add them to a ZIP and shoot off to S3, (*1)
Create a user with the PutObject IAM policy, (*2)
The policy should look like this: (Where BUCKETNAME is the lowercase name of bucket), (*3)
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:PutObject" ], "Resource": "arn:aws:s3:::BUCKETNAME/*” } ] }
composer require "gkimball/backup2s3":"^1.0"
Backup files to S3
Backup files to S3
Backup files to S3