Synchronize large objects to S3 efficiently

Posted by emk on Server Fault See other posts from Server Fault or by emk
Published on 2011-02-04T15:03:39Z Indexed on 2011/02/04 15:27 UTC
Read the original article Hit count: 262

Filed under:
|
|

I need to synchronize about 30GB of git repositories to S3. These repos may contain some very large pack files, on the rough order of 2GB.

I know that S3 has recently added support for large objects, and has new APIs that allow the objects to be uploaded as several parallel chunks. Is there a good command-line tool for Linux that allows me to efficiently synchronize large objects with S3 in a fashion similar to s3sync?

© Server Fault or respective owner

Related posts about backup

Related posts about synchronization