The Wayback Machine - https://web.archive.org/web/20220607000138/https://github.com/topics/recovery
Skip to content
#

recovery

Here are 333 public repositories matching this topic...

barman
mikewallace1979
mikewallace1979 commented May 25, 2022

The default read timeout for the botocore.response.StreamingBody used during barman-cloud-restore operations from s3 is 60s.

In practice this is not always long enough - if nothing can be read from the underlying socket for longer than 60s then boto3 will raise a ReadTimeoutError and close the stream. Because the stream is closed we cannot recover from this error. Any attempt to retry wil

RecoverPy
PabloLec
PabloLec commented Jun 21, 2021

Currently, RecoverPy only works with Linux systems.
This is due to the different tools it uses under the hood but theoretically it could be adapted to work on macOS.

grep, dd and even progress are compatible with macOS, so no change needed here.
But lsblk is not, so here is the first difference.

Additions needed I can think of right now are:

  • Detect if OS is Linux or macOS (done)
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the recovery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recovery topic, visit your repo's landing page and select "manage topics."

Learn more