Michael Eischer

Results 855 comments of Michael Eischer

There's an example wrapper script for BTRFS in the forum: https://forum.restic.net/t/creating-btrfs-snapshot-before-runnning-restic-backup/4725/3 . I guess that could also be adapted to other filesystems.

> I see there is no disk/network activity but the memory and CPU is measurable. No disk activity cannot be correct as the stat command has to read all the...

> You should focus in the CPU/Memory usage, computing stats shout be cheap on those terms. Computing the statistics will always require restic to load the repository index. And the...

The basic problem of the `stats` command is that at the moment it has to walk the whole tree for each snapshot. `prune` on the other hand only has to...

I've added the optimization discussed in #3903 to speed up hashing of all-zero chunks. On windows, files are now also marked as sparse.

I've rebased the PR and added a changelog entry. So let's merge this.

Wouldn't #2092 be more useful for this? To follow symlinks we'd either have to mount the symlink targets in the checkpoint at the location of the symlink which can probably...

> Might this be (or related to) #3710? #3710 did not affect release versions of restic. Judging from the log snippet restic gets stuck while listing all pack files in...

It would be interesting to have a debug log (see https://github.com/restic/restic/blob/master/CONTRIBUTING.md#reporting-bugs) of the requests restic issues to the S3 backend. To be precise, I'm interested in the requests probably sent...

Sorry for the late reply. I'm completely not sure whether the bug is in the Open Telekom Cloud implementation or in the minio-go library. Judging from my understanding of the...