Michael Eischer
Michael Eischer
The `rclone` backend currently retries a few times when receiving an error. What could definitely be improved is that if a file has received a permanent 416 error, then further...
Running multiple rest-servers for the same data folder is safely possible since rest-server 0.11.0. Older versions also sort of work, but might be prone to weird behavior on concurrent access...
As the original assumption apparently wasn't correct, let's try something else. The PR currently contains two different things: - the `restorer` now truncates (read extend) files to their final size...
And the debug log will now contain which blobs were written to which file. To get the entries set the environment variables `DEBUG_LOG=debug.log` and filter for lines containing `writeToFile`. As...
It would also be interesting to know whether using https://github.com/restic/restic/pull/5627 changes anything about the restore problems. That PR should reduce how of `restore` opens and closes files, which could have...
Restic reports how much deduplicated data was uploaded to the repository, without accounting for overheads due to encryption and other repository metadata. That is its roughly option 2.
> > Added: 2.115 GiB > > Removed: 1.727 GiB > > is the reason 'added to the repo' is not net of the 'removed' figure that all of what...
I've just merged https://github.com/restic/restic/pull/5386 which has also revised that docs. Please rebase your PR.
> If dumping to stdout this is probably not possible or would require either working with the interactive terminal (similar to pv) or writing to stderr. I'd prefer to not...
Sounds reasonable.