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

推荐订阅源

Google DeepMind News
Google DeepMind News
爱范儿
爱范儿
J
Java Code Geeks
L
LangChain Blog
V
V2EX
大猫的无限游戏
大猫的无限游戏
S
SegmentFault 最新的问题
博客园 - Franky
Microsoft Azure Blog
Microsoft Azure Blog
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Cloudflare Blog
博客园 - 司徒正美
B
Blog
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
Engineering at Meta
Engineering at Meta
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
Hugging Face - Blog
Hugging Face - Blog

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.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 · Rest Server 0.10.0 Released restic · restic 0.9.6 released
restic · restic 0.10.0 released
2020-09-19 · via Backups done right! on restic

19 Sep 2020

After ten months of work we’ve just released restic 0.10.0! 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.

This release contains a lot of improvements, both smaller and bigger ones, and the restic project wishes to send a big thank you to everyone who contributed to make this happen. Every contribution, be it a small documentation change or deeply technical code changes and optimizations, are always welcome. An extra huge thanks goes out to MichaelEischer for tying it all together with countless hours of tireless reviewing and carefully considered decisions as part of this delicate process.

Below are some highlights of the changes in this release (in no particular order):

  • Change #2546: Restic now returns exit code 3 when failing to backup all source data, primarily useful when automating backups
  • Fix #2592: The SFTP backend now supports IPv6 addresses
  • Enh #2277: Support for the ppc64le architecture has been added
  • Enh #2569: Support for excluding files by their size has been added
  • Enh #323: You can now copy snapshots from one repository to another using the new copy command. In relation to this, please also see the new --copy-chunk-params option to the init command
  • Enh #2328: Performance of the check command has been much improved
  • Enh #2195: Performance of the restore command has been much improved
  • Enh #1680 and #2790: Performance of the mount command has been much improved

Please note that this is only a manual selection of the improvements in restic 0.10.0 - there are numerous other optimizations, fixes and improvements to be found in the changelog!

As always, thanks for reporting any issues you encounter! Or just write a post in the forum.