S3Sync.net
February 02, 2014, 01:22:06 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 2 [3] 4 5 ... 25
31  General Category / Questions / Re: Bandwidth transfer for unchanged files on: September 26, 2009, 11:10:32 AM
It uses bucket list operations to pull status data.  By default it uses the md5 and file size to compare.
32  General Category / Questions / Re: S3sync runs all night and uploads same files over and over on: May 08, 2009, 04:06:40 PM
Try using some -v or something, figure out what it's doing.  Otherwise no one could help.
33  General Category / Questions / Re: Full TCP buffer problem on: March 19, 2009, 02:01:15 PM
Actually the current program can only have one transfer operating at a time.  Multiple transfers is a feature that I plan to add to the new version. 

I don't really know how to help with your problem.  I don't have control over the buffering from ruby.  The only thing I can think of is to purposefully slow down the transfer speed.
34  General Category / Questions / Re: IllegalSequence on: March 11, 2009, 08:49:02 PM
iconv is the thing which converts between character encodings.  It is telling you that it found a character sequence that shouldn't exist.  Either your choice for system encoding is set wrong, or there's some really bogus filename it's hiccuping on.
35  General Category / Announcements / Rewrite is coming on: March 05, 2009, 10:44:12 PM
There have been many feature requests that have been too tricky to add with the current design, and bugs that have been the fault of the crappy ruby runtime.  Now ruby 1.9 breaks the old APIs, and the 1.8 runtime has started crashing on my windows system.

So I'm going to redesign and rewrite s3sync, and it's going to be in java so we get a robust runtime.  (I tried running the existing code under jruby, but got errors.  Besides, code needs redesign).

I'm going through all the outstanding features and bugs, and I will try to design with an eye toward extensibility.

Just wanted to give everyone a heads up... if anyone still uses or cares about this old cruft. Smiley
36  General Category / Questions / Re: Strange ruby error (not starting) on: March 05, 2009, 08:16:20 PM
I am so tired of ruby.  The language had such potential but the runtime is such a pile of crap.

I think I'm going to rewrite s3sync to use a java back end.  At least it'll *work* then.. Seriously, most of the sync complaints can be traced back to shoddy runtime issues.
37  General Category / General Discussion / Re: SignatureDoesNotMatch/403 Forbidden (s3sync, s3cmd is fine) on: January 26, 2009, 07:21:13 PM
Signing has always been black box to me.  Did they update the "example" ruby libraries?  Maybe I need to merge in changes.

I'm concerned about possibly breaking existing functionality.  Can anyone else comment on this change?  My own backups seem as fine as usual.  But I'm not setting x-amz-acl or anything like that..
38  General Category / Feature Requests / Re: --mayi on: January 06, 2009, 02:24:21 PM
FYI to anons: you have to log in to see the attachment.
39  General Category / Report Bugs / Re: on sync, create file then delete it. on: November 27, 2008, 09:25:03 PM
Can you send me output of a run with debug enabled?
40  General Category / Questions / Re: Problems with UTF-8 encoded characters in filename on: November 25, 2008, 07:18:18 PM
Sorry; as I understand the S3 spec, you can't just "send utf-8".  object names must be URL-encoded.

Scenario (B) sounds like the correct approach.  But I see you are getting errors, so maybe there is some bug in s3sync.  Can you make a tar of your test files and send it to me? (see README for contact)
41  General Category / Questions / Re: s3sync syncing more directories than it should on: October 21, 2008, 01:02:08 PM
-r means recursive.. What's the problem you're experiencing?
42  General Category / Questions / Re: Could not change owner/permissions on /path/to/file: Operation not permitted on: October 02, 2008, 12:38:23 AM
It just uses the basic ruby calls for that stuff.. it's not shocking that it's wrong on cygwin. 
43  General Category / Questions / Re: Could not change owner/permissions on /path/to/file: Operation not permitted on: September 29, 2008, 08:02:38 PM
It's a sync.. it syncs file name, contents, owner name, and permissions.  Of course if you don't have permission to change those things, then I guess it'd fail.  You could comment that part out I'm sure.
44  General Category / Questions / Re: TCP Window Size on: September 04, 2008, 03:28:30 PM
Yeah I think it's an OS-level thing. 
45  General Category / Questions / Re: TCP Window Size on: September 03, 2008, 09:24:07 PM
Wow, is that something you can even *do* in ruby I wonder?
Pages: 1 2 [3] 4 5 ... 25
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!