If I run the following command, it doesn't upload the full directory tree.
s3cmd --delete-removed sync /mnt/mydirectory s3://my-bucket
Here's the output of the last record to be uploaded:
File '/mnt/vhosts/sitename/httpdocs/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.1.3/lib/.svn/format' stored as s3://mybucket/sitename/httpdocs/vendor/rails/activesupport/lib/active_support/vendor/i18n-0.1.3/lib/.svn/format (2 bytes in 0.0 seconds, 128.86 B/s) [3352 of 121699]
The time before that, it ended with:
[2513 of 125269]
So a couple of questions... first, is there a way to make it check all of the files in the tree? And 2nd, how many requests should I expect Amazon to charge me for? Am I getting hit with 125k requests each time I run this?
Thanks,
Azkul
Professional Social Network