Alexander Neumann
Alexander Neumann
> @fd0 any news on the feature "Hm. Maybe we can really do that: Not exit with an error if the lock file could not be removed. That'd work in...
Thanks for raising this issue, it's quite specific to Windows and I wasn't aware of that problem.
You're talking about different things: `rest-server` reads the repo data and sends it to clients, but only what is stored on the disk, i.e. the encrypted data. It cannot decrypt...
Hey, this is an interesting issue. First, what's your use case? What are you trying to do? Restic used to work similar to how you seem to expect it to...
I'm unable to find the issue, but one of the corner cases was the following: Let's say you have the following structure: ``` . ├── user1 │ └── data │ ...
> You mean storing absolute paths in the tree? I'm curious, what problems did this cause? No, in the first version of the archiver (used before 0.9.0 AFAIR) just used...
I agree, this is not good style. I'm currently reworking the archiver (in #842), and I'll change the code to do what `tar` does: have the complete path that is...
Hm, I re-read your report, and I think you have a (different) and very valid point about the permissions of the top-level directory. Reopened.
I've heard this feature request a few times now, and I had in mind that there was an issue about it. Since I can't seem to find it, this feature...
Hey, thanks for reporting this issue! I think we need to make check/prune more robust.