Jonathan Hayase

Results 142 comments of Jonathan Hayase

@BluCodeGH > Is there a way to get borg on lxss working with VSS? I just gave this a shot, and as far as I can tell, the answer is...

@ThomasWaldmann > Entire archive yes, but only the metadata stream, not the files' content data, you can use: > > borg extract repo::archive what/i/want But this only works when I...

> situation number 3: In this thirdy situation can also consume absurd disk space if I simply have many small files. if I have for example, only 300 text files...

@smessmer > One aim of CryFS is to guarantee that modifications to different files will not cause synchronization conflicts, i.e. you can modify different files on different devices without having...

@franciscoluiz I think the general problem with Solution 4, is that we can make certain educated guesses about the files you are storing. Namely, we should be able to make...

Also, I'm starting to think that there are two separate issues being discussed here: 1. Small operations have high latency when the blocksize is large and the backing storage has...

@smessmer for the use case of `acd_cli` and similar clients, we definitely don't want one block per file. This is because cloud services generally don't support random access to files,...

@c02y could you not write the buffer to a file, then use `vlf`?

I can see some code relating to company in [`ac-js2.el line 305`](https://github.com/ScottyB/ac-js2/blob/721c482e1d4a08f4a29a74437257d573e8f69969/ac-js2.el#L305), but I can't seem to get it to work. @ScottyB is it supposed to be working, or is...

There are no forks, so this should be doable with `filter-branch` without messing anyone but myself up.