Michael Eischer
Michael Eischer
The main reason why there hasn't been any feedback to this PR so far is that it is an absolutely gigantic amount of code. Properly reviewing the whole PR would...
> To continue working on it I need some specific feedback about the future of restic: > > * Will cgofuse ever be accepted as a dependency? > * Should...
Could we please discuss _first_ how such a command should look like? How does this relate to the rewrite command in #2731 ? What if the prune command could handle...
> So, basically the point is that restic is missing such kind of functionality and IMO this is critical as cases has already been reported where users are struggling with...
> I recently thought about a check when loading the index whether the pack files referenced in the index still exist in the backend. This would allow users to just...
I've rebased the PR such that it includes support for repository format version 2 repositories.
> Is there a way to treat these "access denied" errors just as warnings? Another workaround would be to exclude OneDrive folder. If you know that the folder cannot be...
Also please add a short changelog entry using the template at https://github.com/restic/restic/blob/master/changelog/TEMPLATE
I guess I haven't been explicitly enough in my previous comment: replacing `os.RemoveAll` with `os.Remove` was not a suggestion, but rather a request. The other parts of the restorer do...
On Linux the ACLs are stored as an xattr, which makes it easy to backup and restore. Is this also how it works on Solaris/SmartOS? Is there maybe some command...