s3napback
s3napback copied to clipboard
Cycling, Incremental, Compressed, Encrypted Backups to Amazon S3.
Bumps logback-classic from 1.0.10 to 1.2.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
It seems like Amazon deprecated some of the endpoints used by this tool: ``` AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client.TemporaryRedirect faultSubcode: faultString: Please re-send this request to the specified temporary endpoint. Continue to...
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...
using version: 1.05 Steps to reproduce the problem: Create EU (Ireland) bucket try to backup to this bucket Amazon sends redirection request which is not handled in s3napback. It seams...
The SimpleCycle and Hanoi schemes should be merged, to allow for the case where full backups are made on a Hanoi rotation (e.g. every week), but diffs can be kept...
It seems that s3 limits bandwidth per connection, so things should go faster if we run multiple streams simultaneously.