DiagonalArg

Results 177 comments of DiagonalArg

Agreed. This would be a way to have my mobile notes available to keepnote.

I'm just switching from restic to borg, because I trust borg's encryption better. With restic, I was having the same issue regarding remote backups, and so using rsync to the...

@ThomasWaldmann This is all we have regarding [restic's crypto](https://blog.filippo.io/restic-cryptography/). An hour in the airport doesn't sound like much of a code review to me! As for borg, I don't intend...

@lorenzleutgeb - I've been trying a different approach. [unison](https://www.cis.upenn.edu/~bcpierce/unison/) works, but when I combine it with [incron](https://github.com/ar-/incron), I'm [having some trouble](https://github.com/keybase/kbfs/issues/1931).

@lorenzleutgeb - I've tried other approaches, but the only viable one I can see now is [running keybase as root](https://github.com/keybase/client/issues/14840), which I'm still hammering on. (Note that the catfs that...

@strib - confusing to me that /run/.../kbfs reports ownership as me:root. Presumable root is part of the root group - but then, perhaps there's something about linux permissions that I...

I see. I gather that option is in /etc/fuse.conf. Since there's only one user on this machine and I'm not concerned about indexing (though there's probably some other way to...

Ok, I don't know whether incron would run under my own username and still be able to monitor activity - I'll try and give a report here. The only other...

Well, such approaches as [inotify](https://en.wikipedia.org/wiki/Inotify) and [incron](https://github.com/ar-/incron) need root to monitor the FS. Since kbfs isn't allowing root access, the only approach I can see, as suggested by someone on...

That's not going to work either. While something like inotify/incron on the user level [is possible](https://github.com/libfuse/libfuse/wiki/Fsnotify-and-FUSE), the FUSE developers [have labeled it a "won't fix"](https://github.com/rfjakob/gocryptfs/issues/215).