Michael Eischer

Results 855 comments of Michael Eischer

> in the boto3 docs is mentioned that v2 getobjects is someting the requester has to pay for. not sure if that's also true for v1 - if not, using...

Judging from the stack trace restic is stuck trying to uploading something to B2. It looks like this is just another case of the library we use for the B2...

Thanks for testing. So this is an actual example where `--compression max` actually significantly reduces the repository size. Regarding the other results: the tests using the different zstd levels are...

Just for documentation: A much faster alternative to `restic snapshots` is running `restic cat config`. Won't help that much for scripting though.

restic bumps the cache directory timestamps to mark a cache directory as still in use. Most of the code would probably still work if a cache directory is read-only, but...

restic could also just remove an old symlink if the path no longer matches.

@ldubut I'm not sure I understand the problem in your example. Doesn't `restore` just report the symlink error and then continue with restoring files? And which restic version are you...

@ldubut Which log output does restic return in that case exactly?

We'd need a way to know when we're encountering OneDrive files. Any idea how restic could detect these files?