Thanks to Michael Grosser for his support and patches!
S3sync – Tool belt for managing your S3 buckets
1–10 of 22 posts
Re: S3sync – Tool belt for managing your S3 buckets
#2Re: S3sync – Tool belt for managing your S3 buckets
#3Re: S3sync – Tool belt for managing your S3 buckets
#4Re: S3sync – Tool belt for managing your S3 buckets
#5How does this compare to the existing s3cmd [1] tool? One issue I've had with s3cmd is it tends to use a lot of memory when syncing two large buckets. I'd love to see a tool that was faster / more memory efficient than s3cmd. Would be awesome to see some benchmarks and feature comparison in the README! [1] http://s3tools.org/s3cmd
ssh user@rsync.net s3cmd get s3://rsynctest/mscdex.exe
... and have for some time ... but we'd be happy to have some diversity there. One thing that sticks out immediately, of course, is that s3cmd is written in python and s3sync is a ruby gem. This makes things difficult since we insist on having no interpreters in our customer chroot...[1][1] We "freeze" things like s3cmd and rdiff-backup into binary executables so they don't require python in the environment
Re: S3sync – Tool belt for managing your S3 buckets
#6How does this compare to the existing s3cmd [1] tool? One issue I've had with s3cmd is it tends to use a lot of memory when syncing two large buckets. I'd love to see a tool that was faster / more memory efficient than s3cmd. Would be awesome to see some benchmarks and feature comparison in the README! [1] http://s3tools.org/s3cmd
Although s3cmd is older and has more features, s3sync was designed to grow stable and well tested. I'm definitely planning to write benchmarks to s3sync and improve its performance as much as I can.
Re: S3sync – Tool belt for managing your S3 buckets
#7Re: S3sync – Tool belt for managing your S3 buckets
#8Re: S3sync – Tool belt for managing your S3 buckets
#9How does this compare to the existing s3cmd [1] tool? One issue I've had with s3cmd is it tends to use a lot of memory when syncing two large buckets. I'd love to see a tool that was faster / more memory efficient than s3cmd. Would be awesome to see some benchmarks and feature comparison in the README! [1] http://s3tools.org/s3cmd
Re: S3sync – Tool belt for managing your S3 buckets
#10http://docs.aws.amazon.com/cli/latest/reference/s3/index.htm...