davidsoergel / s3napback

Cycling, Incremental, Compressed, Encrypted Backups to Amazon S3.
Other
15 stars 3 forks source link

add support for gof3r as the file transfer program #8

Open squires opened 9 years ago

squires commented 9 years ago

s3gof3r is a more modern s3 client that supports multipart uploads. This patch adds support for using it as the streaming program instead of js3tream. My backups have been running on this code for about a month now.

squires commented 9 years ago

Maybe this is slightly premature. I have been using this code with gof3r. I have not tested to make sure it still works with js3tream. I'll test that over the next few days. It would be best if someone else could test both configurations as well.