Introduction
============


Install
-----------

- $ ./bin/pip install c2.backup.s3


setting
-----------

- create IAM
- Create S3 bucket
- Option: create folder in S3 bucket
- setting by yaml

  c2backups3.yaml::

      aws:
        id: YOUR_ID
        key: ACCOUNT_KEY
      src:
        dir: PATH_FOR_YOUR_DIR
      dist:
        backet_name: BACKET_NAME
        path: PASH_OF_BACKET

run
------

* Using custom path of yaml file

  backup::

    $ ./bin/backups3 buckup FAIL_PATH/YAML_FILE_NAME


  list::

    $ ./bin/backups3 list FAIL_PATH/YAML_FILE_NAME

  download::

    $ ./bin/backups3 download FAIL_PATH/YAML_FILE_NAME


Credits
==========

The upload script was refered from "http://www.bogotobogo.com/DevOps/AWS/aws_S3_uploading_large_file.php"
