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

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

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.