anyone has a nice, simple script for backing up a VPS to a S3 bucket? can be ruby, python, whatever...

should be easy to configure!

thanks

link|improve this question

66% accept rate
feedback

2 Answers

Duplicity supports Amazon S3 storage among many others (local file storage, scp/ssh, ftp, rsync, HSI, WebDAV, Tahoe-LAFS)

link|improve this answer
feedback

I use Tim Kay's aws script to do backups to S3.

Works well for my needs, which is just website files and mysql databases.

Not really sure exactly what you mean by "backing up a VPS" though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.