s3cmd put --recursive /mydir s3://mybucker/
This is the way I currently upload my directory to S3.
I run this every night to backup my stuff.
However, it’s getting too big. I only want to upload files that was modified instead of every file. How can I do that?
try out the s3cmd sync option something like the following