|
S3Arch
Command-line script for archiving files to Amazon S3
S3Arch is a PHP CLI script which recursively archives local files to Amazon S3. It calculates MD5 hashes and never overwrites existing objects, so theoretically it should never destroy anything! Usage
php -f s3arch.php --key <aws-access-key> --secret <aws-secret-key> --bucket <s3-bucket> ParametersCommand-line arguments are specified in the brutishly simple syntax: --name value.
Future
References |
Sign in to add a comment