Amazon S3 (Simple Storage Service) is a scalable, web-based cloud object storage service that is used for remote backups and archiving of data and applications on AWS (Amazon Web Services).
At the following page, click the "Create Bucket" button:
On the page's top-right corner, click your name and then "My Security Credentials" link:
You'll be redirected to another page, Click the "Continue to Security Credentials" button. Click "Access Keys" and then click "Create New Access Key" button:
This will result in a success message and an option to view the access key or download the key file. Click "Show Access Key" link:
A generic name for your internal ease of use, so it will be easier to recognize the backup destination roll, in case you have more than one. Max length is 40 characters.
JetBackup will need to index and read files from this destination. Since each backup
engine has it's own file structure, JetBackup will need to know what to look for
in the destination when indexing the backups.
Selecting cPanel as the Backup Engine allows JetBackup to index cPanel generated backups
on the destination which allows you and your clients access and restore from these backups
through the JetBackup interface. For full incremental backups generated with the cPanel Engine,
JetBackup intelligently indexes these backups to its appropriate parts(Databases, Emails etc.)
allowing you and your clients to restore full and individual parts of the backup.
With this option selected, you can schedule when to reindex the destination for backups.
It is recommended to schedule it after the cPanel backup is done to ensure the most accurate data.
Please note that this does not let JetBackup generate backups using the cPanel Engine.
This will be our starting point when accessing this destination.
Make sure to not start with "/".
Write your path to where you want the backup to be stored.
You can leave the backup directory empty if you want that the backup will be stored in the main directory.
In order to get your access key ID, click the "security credentials" menu item in the AWS Management Console (using the upper-right hand dropdown).
In order to get your secret key, click the "security credentials" menu item in the AWS Management Console (using the upper-right hand dropdown).
In order to create a bucket using Amazon S3 console go to Creating a Bucket in the Amazon Simple Storage Service Console User Guide.
The maximum number of concurrent requests. For more information please see the following link: http://docs.aws.amazon.com/cli/latest/topic/s3-config.html#max-concurrent-requests.
The maximum bandwidth that will be consumed for uploading and downloading data to and from Amazon S3. For more information please see the following link: http://docs.aws.amazon.com/cli/latest/topic/s3-config.html#max-bandwidth.
When using multipart transfers, this is the chunk size that the CLI uses for multipart transfers of individual files. For more information please see the following link: https://docs.aws.amazon.com/cli/latest/topic/s3-config.html#multipart-chunksize.