Hey All
I am looking to backup my WHM/cPanel CentOS 5.4 box to Amazon S3.
We are looking to use Incremental backups and would be looking to have the backups made locally, then synced up to S3.
Does anyone have any ideas of the best way to do this?
Hey All
I am looking to backup my WHM/cPanel CentOS 5.4 box to Amazon S3.
We are looking to use Incremental backups and would be looking to have the backups made locally, then synced up to S3.
Does anyone have any ideas of the best way to do this?
You should check out "s3cmd" it includes put, get and sync functions from amazon s3![]()
Thanks for the reply,
How specifically would you provision this? Make the backups to the local drive and then sync up?
You would probably want to make backups locally then use the sync command to send that data up to amazon.
I used the CLI version of Jungledisk to do this.
Hi
Yo can use duplicity, is free and open source:
duplicity: Main
duplicity encrypt four files using gnupg
This is an example how to use with S3:
Duplicity and Amazon S3 Script - Server Fault
roberto