S3Sync.net

General Category => Questions => Topic started by: azkul on April 27, 2009, 11:15:38 AM



Title: Sync isn't uploading the full tree
Post by: azkul on April 27, 2009, 11:15:38 AM
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 (http://www.prospotlight.com)


Title: Re: Sync isn't uploading the full tree
Post by: azkul on April 27, 2009, 12:09:19 PM
Actually, I thought this was the same as the python s3cmd tool.  I'm using that one which is giving me the problem.  I'm going to try using this one and see if it works properly.

Sorry for my confusion.