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

推荐订阅源

量子位
Vercel News
Vercel News
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
H
Help Net Security
罗磊的独立博客
The Cloudflare Blog
J
Java Code Geeks
博客园 - 叶小钗
I
InfoQ
B
Blog
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
月光博客
月光博客
博客园_首页
雷峰网
雷峰网
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
美团技术团队
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美

Backups done right! on restic

restic · Restic 0.19.1 Released restic · Restic 0.19.0 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.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.14.0 Released
2022-08-26 · via Backups done right! on restic

25 Aug 2022

We today happily announce the release of restic 0.14.0! \o/

This release contains a highly anticipated feature in restic - compression! To start using it, either initialize a new repository (which defaults to repository version 2 and therefore supports compression) or upgrade your current repository. The compression level can be changed from the default auto (fast and efficient) to max or off using the --compression option (or the corresponding environment variable). Please note that the new/upgraded repository can only be accessed by restic version 0.14 or higher.

Another feature that can be highly useful is the --unsafe-recover-no-free-space option to the prune command, which allows you to save the day when the repository storage has been completely saturated. Just make sure to read the corresponding documentation first!

Besides the above, here are some other notable fixes and improvements in this release:

  • Ability to tune the number of concurrent backend connections, increasing backup performance.
  • Ability to increase pack size, increasing backup performance and using less storage resources.
  • The check --read-data and prune commands no longer uses temporary files when reading from the repository, resulting in less disk I/O.
  • The copy command’s performance has been greatly improved.
  • The init and copy commands have a new --from-repo option, replacing the now deprecated --repo2 option.
  • The backup command now uses around 30% less memory when backing up directories with hundreds of thousands (or more) files.

For downloading 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! Or just write a post in the forum.