Alexander Neumann
Alexander Neumann
Thanks for the suggestion, what's your use case?
Ah, maybe I should've asked more specifically: Are you just interested in the result of the check, as in "has failed" or "has succeeded"? If that's the case, then you...
Thanks for the comprehensive report. I'd like to add the following considerations, timestamps in restic are used for different purposes: * In the `snapshots` command the timestamps are displayed so...
Huh, thanks for adding this point. I think it makes sense to make it configurable for the fuse mount at least.
Good point about the `forget` command
You're right, this may be problematic and needs triage. Thanks for pointing it out!
FYI, I've recently looked into how `forget` works, see #2233
Good idea, thanks for bringing it up. Before implementing this, we should investigate if it's really necessary to implement WebDAV (a rather complicated protocol), as opposed to e.g. ftp or...
You can easily mount an ftp server on a recent Windows: http://www.thewindowsclub.com/map-an-ftp-drive-windows
interesting, thanks for the comment