Download the PHP package gkimball/backup2s3 without Composer
On this page you can find all versions of the php package gkimball/backup2s3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package backup2s3
DESCRIPTION
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
AWS CONFIGURATION
- Create a USER (IAM)
- Assign that user a IAM POLICY (below)
- Create a Bucket for that users site.
- Get the Users credentials and add to the Child class of Backup
Example Backup Policy
Create a user with the PutObject IAM policy
The policy should look like this: (Where BUCKETNAME is the lowercase name of bucket)
INSTALLATION ON SITE
- clone this repo or
composer require "gkimball/backup2s3":"^1.0"
USAGE
- Create an entry point like "examples/backup.php" and configure credentials.
- Add to a secure directory and run via CRON every month or so in the middle of the night.
All versions of backup2s3 with dependencies
PHP Build Version
Package Version
Requires
aws/aws-sdk-php Version
^3.21
aws/aws-sdk-php-resources Version ^0.3.0
comodojo/zip Version ^2.1
spatie/db-dumper Version ^2.4
aws/aws-sdk-php-resources Version ^0.3.0
comodojo/zip Version ^2.1
spatie/db-dumper Version ^2.4
The package gkimball/backup2s3 contains the following files
Loading the files please wait ....