restic | v0.18.1

restic v0.18.1 released on 21-09-2025


restic v0.18.1 is out now. Users can expect significant improvements in backup reliability and enhanced error management.

Visit the product GitHub or official pages for more information.

What’s in this release

  • Fixed handling of directory paths in the `backup` command with `–stdin-filename`.
  • Improved acceptance of the `RESTIC_HOST` environment variable in the `forget` command.
  • Enhanced error management by ignoring unsupported `chmod` errors and improving download retry handling in the `check` command.

Upgrade notes

  • No breaking changes noted; users are encouraged to upgrade for a better experience.
  • Rollback is not required as all fixes enhance stability and usability.

We invite users to share their comments on their experience with this release.

Related posts

Grafana | v12.4.3

Grafana v12 4 3: keeps internal dashboard ID, updates Go to 1 25 9, fixes Enterprise reporting with appSubURL, documents Alertmanager HA metrics prefix change

AdGuard Home | v0.107.74

AdGuard Home v0 107 74: maintenance release with security updates, Go toolchain fixes, new DoH config and schema 34, bug fixes and stability improvements

Self-hosted automation: designing for reproducible builds

A dark lab build only works when the same input gives the same image every time, and an automated build pipeline is only useful if it is boring in all the right places. Pin everything, trust nothing...