Michael Eischer
Michael Eischer
The underlying problem is that the temporary cache directory is created using `os.MkdirTemp`, which requires that the `cachedir` already exists. A `os.MkdirAll` before that, should do the trick. The alternative...
> os.TempDir() @teran The OS temp dir is not always large enough to store the whole metadata of a repository. That's the whole reason why the cache directory is used...
Fixed by #4805
Changed the title to match the name from the corresponding man page: https://manpages.ubuntu.com/manpages/bionic/man2/ioctl_iflags.2.html .
If someone is interested in implementing this feature, feel free to add a new `GenericAttributeType` for the `restic.Node` datatype. Oh, and please check whether it might make sense to be...
Also related: https://github.com/restic/restic/pull/4469 and https://github.com/restic/restic/pull/3405
Any chance of getting this PR merged soon?
Thanks!
The correct environment variable on Windows is `TMP` or `TEMP`. I've opened a PR to fix the documentation.
Just marking all log output for events that are already sync as `debug` would also reduce the log output significantly.