Marc Sladek
Marc Sladek
solves https://github.com/jimsalterjrs/sanoid/issues/756
Recent [changes](https://github.com/jimsalterjrs/sanoid/commit/ef2b4f887a7cd1e139a500f1cac44e476b9ea198) to the master branch removing rollbacks also removed the `--no-rollback` flag, which additionally disabled [forced receive -F](https://openzfs.github.io/openzfs-docs/man/8/zfs-recv.8.html#F). This flag was useful to prevent any possible destruction of snapshots...
I run Debian instances with [unattended-upgrades](https://wiki.debian.org/UnattendedUpgrades) installed. When applying this role to some of those servers the packages from the Docker repo don't get automatically updated since the package control...
### Describe the bug In the DataTable pass through keys for emptyMessage aren't working, namely: - `emptyMessage` - `emptyMessageCell` Attributes set in the pass through object for the keys don't...
The current documentation suggests mounting the Caddyfile as a file: ``` volumes: - $PWD/Caddyfile:/etc/caddy/Caddyfile ``` This approach can lead to issues due to how Docker handles file binds. When an...
**Problem** `syncoid` could report success when `zfs send` failed inside the `$synccmd` pipeline (e.g., encrypted source with unloaded key). Because `zfs receive` exited cleanly, the shell returned `0`. This caused...