惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
罗磊的独立博客
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
D
DataBreaches.Net
博客园 - 叶小钗
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
阮一峰的网络日志
阮一峰的网络日志
B
Blog
V
Visual Studio Blog
雷峰网
雷峰网
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

Backups done right! on restic

restic · Restic 0.19.1 Released restic · Restic 0.18.1 Released restic · REST-server 0.14.0 released restic · Restic 0.18.0 Released restic · Restic 0.17.3 Released restic · Restic 0.17.2 Released restic · Restic 0.17.1 Released restic · Restic 0.17.0 Released restic · REST-server 0.13.0 released restic · Restic 0.16.5 Released restic · Restic 0.16.4 Released restic · Restic 0.16.3 Released restic · Restic 0.16.2 Released restic · Restic 0.16.1 Released restic · Restic 0.16.0 Released restic · REST-server 0.12.1 released restic · REST-server 0.12.0 released restic · Restic 0.15.2 released restic · Restic 0.15.1 Released restic · Restic 0.15.0 Released restic · Restic 0.14.0 Released restic · Restic 0.13.1 Released restic · Restic 0.13.0 Released restic · Rest Server 0.11.0 released restic · Restic 0.12.1 released restic · Restic 0.12.0 released restic · Restic 0.11.0 released restic · restic 0.10.0 released restic · Rest Server 0.10.0 Released restic · restic 0.9.6 released
restic · Restic 0.19.0 Released
2026-06-10 · via Backups done right! on restic

09 Jun 2026

We are happy to announce the release of restic 0.19.0!

As with previous releases, this one contains many different enhancements, some optimizations as well as a few bugfixes. We are grateful to all the contributors who spent their time and effort to help improve restic yet another time - thank you! Also a huge thanks to everyone in the restic community, who answers technical and non-technical questions tirelessly for both existing and new users - this is very helpful and much appreciated.

Some of the most important changes in this release are:

  • Restic now supports the zstd compression modes fastest and better, allowing for more tailored choice of compression.
  • Loading the index for a large repository is now significantly faster, and the mount command loads new index files on demand.
  • The check, copy, diff and stats commands now use less memory when handling large snapshots.
  • The restore command now supports restoring file ownership on UNIX systems by user and group name with the --ownership-by-name option.
  • The backup command now supports --exclude-cloud-files (previously only available on Windows) on supported macOS versions to skip cloud-only files.

Other notable changes include:

  • API transaction costs for files up to 256 MiB are reduced by about half in the Azure backend.
  • The copy command now copies multiple snapshots together so that small pack files are avoided where possible.
  • The backup command no longer applies exclude rules to paths given on the command line itself (excludes still apply to contents within those paths).
  • The check command now supports snapshot filters (--tag, --host, --path, or explicit snapshot IDs).
  • The rewrite command now supports include filters (--include, --include-file, --iinclude, --iinclude-file).
  • Serving files from a Windows backup in a mounted restic repository using Samba is now possible on a POSIX system.
  • Access Control Entry inheritance on Windows is now restored correctly.
  • The official restic Docker image now supports nice and ionice scheduling hints.
  • Exit codes have been improved for certain situations and signals, improving scripting reliability.
  • Several UX improvements have been made in the CLI and restic’s output.

To download the new release and to see a more detailed list of important changes, please head over to GitHub. If you already have restic (0.9.4 or later), you can use the self-update command to automatically download and verify the new release.

As always, thanks for reporting any issues you encounter! To get help or provide feedback, please write a post in the forum.