DoubleNNs wrote: » You can mount an S3 bucket in Linux using S3FS. The official AWS CLI tools, s3cmd, and boto support syncing to an s3 bucket. This could probably be scheduled, such as with a cron job. I think there's a way to use dropbox via the CLI. And dropbox essentially is just a frontend to S3. So you could probably install dropbox and use that.
Cyberscum wrote: » Is there a way to auto save files put into the local HD folders into an S3 bucket of AWS? There is a function in dropbox to do this, but can it be done in an S3 bucket?