s3napback icon indicating copy to clipboard operation
s3napback copied to clipboard

Cycling, Incremental, Compressed, Encrypted Backups to Amazon S3.

Results 8 s3napback issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.0.10 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.0.10&new-version=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...

dependencies

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...

bug

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...

enhancement

It seems that s3 limits bandwidth per connection, so things should go faster if we run multiple streams simultaneously.

enhancement