I have been using an incremental cloud backup for years, and have been looking for alternatives. I recently discovered Amazon Glacier. I have a EE background, so my programming skills are not that strong and more related to embedded systems (I also can knock out quick scripts using Python if I need to).
If anyone here has programmed an S3 frontend or similar, how big of an undertaking would it be to write a client that encrypts my data locally and upload using the RESTful APIs? After this I would need a way to throttle downloads due to Amazon's download pricing.
I am paranoid to use 3rd party apps and thought this may be a good experience to improve my programming skills.
If anyone here has programmed an S3 frontend or similar, how big of an undertaking would it be to write a client that encrypts my data locally and upload using the RESTful APIs? After this I would need a way to throttle downloads due to Amazon's download pricing.
I am paranoid to use 3rd party apps and thought this may be a good experience to improve my programming skills.