Skip to content

Difficulty using rustic copy with large snapshots on S3 cloud service #1118

Discussion options

You must be logged in to vote

@kalleyne It seems to me that your backend connection is not stable.
In the first example it seems it just got stale and you probably canceled rustic before the connection timed out.

You can try to increase the retries an/or minimize the timeout by setting retry and timeout under [repository.options], see https://github.com/rustic-rs/rustic/blob/main/config/full.toml

Besides this there is an error handling issue which makes rustic panic here, but this is IMO another topic and probably not the root cause of your problem.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@simonsan
Comment options

Answer selected by aawsome
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment