Gregory K. Ruiz-Ade wrote:
Revisiting this idea, might it be a better idea to set up an EC2 server that mounts the S3 data store as an encrypted filesystem, and then simply do rsync backups to that? Or do I fall into the latency hole
You can't really mount s3 since the s3 interface is a SOAP or REST API. It is not a disk block device. You could use s3fuse but I tried that and I don't trust it. The developer seems to only work on it as a lark also.
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
