S3Sync.net

General Category => General Discussion => Topic started by: cpace1983 on October 30, 2009, 09:05:46 AM



Title: s3sync Hangs on Startup
Post by: cpace1983 on October 30, 2009, 09:05:46 AM
I've installed s3sync, but when invoking with:

ruby s3sync.rb -r --ssl --delete --verbose --progress /source bucket_name:/destination

s3sync hangs (does not report any errors, nor any progress).  Interestingly enough, if I specify a new destination, it starts copying files to the s3 bucket.

What am I missing here?  All environment variables are present, and accurate.  s3cmd is able to list s3 bucket contents, etc.

Thanks!


Title: Re: s3sync Hangs on Startup
Post by: ferrix on October 31, 2009, 10:19:17 AM
Well first, you probably don't really want a / after the bucket name and colon.  The debug flag might give you more info.  But are you sure it's hanging?  It won't report as it's checking files that match up, only when copying new ones.  Maybe verbose just isn't verbose enough for you?


Title: Re: s3sync Hangs on Startup
Post by: andraalex12 on September 23, 2010, 05:29:52 AM
Thank you, this is good news for other visitors