Results 15 issues of Roman

The rclone store is the only part we need temp files for. The rest works with stdin+stdout. Waiting for `rclone rcat`: * https://github.com/ncw/rclone/issues/230 * https://github.com/ncw/rclone/issues/1001 Then get rid of all...

enhancement

Would encourage higher backup frequency, especially on Android. I'd be very excited to try something GPU-accelerated because there seems to be highly parallelizable computations.

For a given chunk, potential remotes are filtered based on remaining quota, then again filtered via the `stripe` package. The result is that remotes which have their quota 100% filled,...

bug

Parts that most necessitate unit tests should already be covered. Add tests for those uncovered areas. Notably: * stores.Mem * argparse.ArgFilter * argparse.ArgOr * procs.Chain: test err in ProcessFinal() *...

enhancement

Suggestion by @Technifocal originally posted in the defunct GitLab repo ([old issue](https://gitlab.com/Roman2K/scat/issues/13)): > Implementing a dockerfile into this repo would allow this software to be run in a container, providing...

suggestion

Suggestion by @lavalamp originally posted in the defunct GitLab repo ([old issue][old]) [old]:https://gitlab.com/Roman2K/scat/issues/11 > I realize there's no way to know the inverse of a user-specified command, but it would...

suggestion

Question by @lavalamp originally posted in the defunct GitLab repo ([old issue](https://gitlab.com/Roman2K/scat/issues/16)): > I noticed while reading https://github.com/klauspost/reedsolomon: > > > The final (and important) part is to be able...

suggestion

Question by @lavalamp originally posted in the defunct GitLab repo ([old issue](https://gitlab.com/Roman2K/scat/issues/15)): ![fireshot capture 003 - how to track block size pre-comp_ - https___gitlab com_roman2k_scat_issues_15](https://cloud.githubusercontent.com/assets/2480/24030442/51683ad6-0add-11e7-83c4-2e235e657eb8.png)

question

Currently, `uparity` recovers errors at restore time (failed integrity check, missing data) but in read-only mode: restored data is intact, but stores still contain bad or missing data. On a...

feature

Currently, there's next to no logging: * errors are the main way to report information back to the user when finally written to stderr in main * some messages may...

feature