andrewchambers

Results 369 comments of andrewchambers

It might be better to just have a windows branch to keep the main code tidy.

A fairly common thing to do is support the make job pool protocol. It is simply a semaphore implemented by a unix pipe: https://www.gnu.org/software/make/manual/html_node/Job-Slots.html Unfortunately ninja does not support this,...

Minor note, iirc requesting a job is reading a byte, you return the job by writing it back again.

@rui314 Unless -j is more than PIPE_BUF I don't see how writing can block, besides, to get a job you read, so you can use select or poll to continuously...

Hi there, I think bupstash is quite similar to borg and restic, though has some advantages: - bupstash has offline decryption keys unlike borg or restic as far as I...

> I get initial repository size of ~2.58GB with kopia vs ~4.67GB with bupstash Thanks, It sounds like something worth investigating. > Would you consider adding configurable levels of zstd...

are you referring to a permission denied error or something else? I can see why one might want to continue in such a case we can consider tweaking the behavior....

I have added a new --ignore-permission-errors in a draft pull request, I will merge this soon once I have had time to test it.

Thanks for reporting, definitely needs fixing.

Ok I understand the cause of this, working on it now, will try to get it into the next release.