Halfwalker
Halfwalker
I usually use the docker golang container for building go projects - works quite nicely without needing golang installed locally. In this I attempted a build with ``` docker run...
## Check list - [x] I have read through the [README](https://github.com/wfxr/forgit/blob/master/README.md) - [x] I have the latest version of forgit - [x] I have searched through the existing issues ##...
In several setups one can use the following to essentially disable pruning ``` pruning: # no-op prune rule on sender (keep all snapshots), snapshot job takes care of this keep_sender:...
Encrypted send to untrusted target not quite working ... I have a backup dataset `bondi3/zrepl` on a server **bondi** that receives laptop backups. The dataset is encrypted, and laptop sends...
Not sure what's going on here ... I have zrepl installed in several places, working nicely on all except one. On that, it consistently fails with a `bad system call`...
With more complex snapshot and pruning strategies, it can get a little complicated to ensure that you have the right configuration. It would be really nice to have an option...
Would very much like to use this with Ubuntu bionic/18.04 (because reasons), so attempting to manual-build following the steps in the `github/workflows/workflow.yml`. Figuring the build process for 20.04 would be...
**Describe the bug** glow does not seem to render headings other than top-level `# Heading 1`. Other levels like `## Heading 2` render in a color, but also show the...