TW

Results 2664 comments of TW

Good news: quickly got my latest cashout (~ 1000 USD) from bountysource. Looks like things improve there. Bad news: borgbackup organisation's fund are down close to zero, so I can't...

@braewoods yeah, "me too". Liberapay is a good alternative, but works a bit differently. It is good for regular contributors who agree to just get their appropriate share of the...

@m3nu yes, we can try that. if they mess up again, we can stop again.

@mitch-geht-ab this sound like a bug in rear. a warning is a warning and not an error.

the borg docs define rc == 1 as warning and rc == 2 as error. scripts and tools which invoke borg have to work like that. and warning means that...

borg's logging format is configurable, see the docs. So you can have the log level and other stuff. i don't see a good solution for the fundamental problem yet. borg...

@jdchristensen in same order: - difficult, all data goes through chunker's buffer management (buzhash chunker is Cython/C code). it does some read-ahead already, but only as big as its buffer...

@maethor borg 1.2: - opens a file to get a fd (file descriptor, open file handle) - does a fstat on that fd to get stats like ctime, mtime, etc....

@jdchristensen - no, because the default buzhash chunker already uses a 8MiB (2^23B) buffer now. - needs checking in the code, but as soon as a file has multiple chunks,...

It's not like the problem would not be there if you used borg 1.1.x, just it would not check and therefore would not warn you about this issue. So you...