Luke Howard
Luke Howard
I added some debugging log statements to `github.com/kurin/blazer/b2/writer.go`, it looks like ListObjects() in w.getLargeFile() is returning EOF, which bubbles up to Writer.sendChunk(). If I change `getLargeFile()` so that it sets...
Perhaps I need to refile this against blazer, unless it's a usage issue.
PS. zfsbackup prints the command line usage when there is an error, which sometimes obscures the error message. It would be good to fix this.
Here's the patch I'm using which I *think* works but I don't know enough about B2 nor Go to say confidently (and obviously, for something as important as backups I...
I didn't make a change to SHA1, I was just listing the things that appeared to have changed in master since v0.3-rc1 (sorry, I worded it very confusingly). Anyway, with...
It would be great to be able to scroll vertically (as if the view was rotated 90 degrees, but with the captions horizontal)
This fix unfortunately gets it stuck in an endless loop with ``` 2019/01/26 15:48:19 b2: Opening volume tank/Git|20190126.zstream.gz.pgp.vol1 2019/01/26 15:48:19 b2 backend: Entering tank/Git|20190126.zstream.gz.pgp.vol1 2019/01/26 15:48:19 b2 backend: Uploading tank/Git|20190126.zstream.gz.pgp.vol1...
I wasn't exactly sure what data to consider secret, so for now I'll just paste in a summary – happy to send you the complete details privately if you mail...
So setting resume to false should fix it? There is a resume command line option to zfsbackup BTW but I’m not setting that. And yes I am encrypting.
Is this resuming within or across a zfsbackup session, I wonder? In the latter case it seems like it should be disabled if encryption is on (even if it’s off,...