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

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
N
Netflix TechBlog - Medium
博客园 - 聂微东
Y
Y Combinator Blog
罗磊的独立博客
博客园_首页
小众软件
小众软件
有赞技术团队
有赞技术团队
爱范儿
爱范儿
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
M
MIT News - Artificial intelligence
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏

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.