July 26th, 2024

Restic 0.17.0 Released

Restic released version 0.17.0 on July 26, 2024, featuring enhancements to restore and prune commands, improved error handling, and support for various backup processes and configurations.

Read original articleLink Icon
Restic 0.17.0 Released

Restic has announced the release of version 0.17.0 on July 26, 2024, following nearly a year of development. This update introduces significant enhancements, particularly to the restore command, which now includes features such as dry-run capability, in-place restoration with various overwrite modes, and a delete option. The prune command has also been optimized to use up to 60% less memory and is less write-intensive. Additional improvements include the ability to skip snapshot creation if no changes are detected, support for repositories with empty passwords, and FUSE-T support on macOS.

Other notable updates involve enhanced error handling, bitrot detection in the diff command, and improved performance for SFTP uploads and large file dumps. The release also adds new exit codes for repository issues, support for reading backup sources from standard output, and backing up to rest-server over a Unix socket. Furthermore, it includes support for AWS Assume Role with S3, generating NCDU file listings, and various configuration options for Windows backup processes.

The official binaries now require at least ARMv6 support on ARM platforms. The development team expressed gratitude to users for their feedback during the release process. Users can download the new version from GitHub, and those with version 0.9.4 or later can use the self-update command for an automatic upgrade.

Related

Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements

Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements

Podman Desktop 1.11 introduces light mode, Rosetta support for Apple Silicon, Kubernetes enhancements, improved UI, and manifest support. Users can toggle light mode, achieve faster AMD64 builds on Apple Silicon, and benefit from upgraded features.

Nim Version 2.0.8 Released

Nim Version 2.0.8 Released

Nim 2.0.8, the fourth patch for Nim 2.0, brings stability improvements, gcc14 support, and optimizations. Released quickly to aid partner Status, it fixes issues like regressions and memory problems. Users can update easily.

Bcachefs for Linux 6.11 Lands Accounting Rewrite and Self-Healing on Read Error

Bcachefs for Linux 6.11 Lands Accounting Rewrite and Self-Healing on Read Error

The Bcachefs update for Linux 6.11 introduces disk accounting code rewrite, self-healing for read and checksum errors, and stripe sectors accounting. Kent Overstreet leads these enhancements for improved file-system performance and reliability.

Borg 2.0 beta (deduplicating backup program with compression and encryption)

Borg 2.0 beta (deduplicating backup program with compression and encryption)

The Borg 2.0 release introduces major changes, focusing on security, speed, and simplicity. It enhances cryptographic methods, session keys, multi-repo capabilities, and command line interface while removing deprecated options. Python 3.9 is now a minimum requirement, aiming to improve Borg's efficiency and usability.

Rust 1.80.0

Rust 1.80.0

The Rust team released Rust 1.80.0, featuring LazyCell and LazyLock types, Cargo 1.80 lint checks, exclusive ranges in patterns, and stabilized APIs, enhancing efficiency and safety in software development.

Link Icon 5 comments
By @ibash - 3 months
Restic and rustic are both great.

I started with restic for daily backups but switched to rustic to have a slightly more “set it and forget it” experience (the config file is great for this).

If you’re setting up offsite backups rsync.net has a special deal for restic users, and their service is phenomenal: https://www.rsync.net/products/restic.html

By @bitpush - 3 months
I use rustic [1] which is interoperable with restic.

Perhaps I should give restic another try with that new release

[1] https://github.com/rustic-rs/rustic

By @aborsy - 3 months
Great news from the wonderful Restic!

I have it set up taking snapshots of my laptop every hour. It has always ended up in “successfully backed up and pruned“.

It’s feature rich, with nice and clean command line syntax, and a single static binary for long term storage. It’s stable and reliable in my experience, I don’t know why the version number doesn’t advance to 1.0.

By @vramana - 3 months
Excellent piece of software. Blazingly fast and highly reliable. I use it on Lightsail server to do hourly backups to S3.
By @jmakov - 3 months
Can sbdy explain how this is diff than rsync?