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

推荐订阅源

U
Unit 42
罗磊的独立博客
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
A
About on SuperTechFans
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
IT之家
IT之家
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
C
Check Point Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
T
Tailwind CSS Blog
The Cloudflare 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.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.15.0 Released
2023-01-13 · via Backups done right! on restic

12 Jan 2023

We are happy to announce the release of restic 0.15.0!

In this version, a new rewrite command has been implemented. This allows for removing unwanted data from existing snapshots, for example if you discover that some files were unintentionally backed up, such as files with sensitive content or files that take up a lot of space and don’t need to be backed up. Please see the corresponding documentation for more information and usage examples.

Some other notable enhancements in this release are:

  • backup: Tuning the number of concurrent file reads using the new --read-concurrency option can improve performance when backing up from fast storage like NVMe.
  • backup: Using the new --no-scan option you can now disable the file tree scanning used to produce an ETA, making the backup complete faster.
  • prune: Memory usage has been optimized to be up to 30% less than before.
  • restore: Using the new --sparse option enables restoring files with long runs of zeroes sparsely where possible.
  • restore: Support for restoring symbolic links on Windows (needs SeCreateSymbolicLinkPrivilege or administrative privileges).
  • mount: Support for macFUSE 4.x enables mounting a repository as a FUSE filesystem on macOS.
  • b2: Support for application keys without the deleteFiles capability allows preventing an attacker from deleting backups.
  • s3: Support for credential_process in the AWS configuration allows for more flexible authentication.
  • cli: Restic can now generate autocompletion files for PowerShell (alongside bash, fish and zsh).

Please also note that restic now requires Go version 1.18 or newer to build, because of updated dependencies needing more current language features.

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.

We wish to thank all of our wonderful contributors, who help making restic even better with every release as well as giving support and guidance to other restic users in the community. Thank you all!

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