From 937e602ccc9a293e8d77e12316fbd61a0cbd2bce Mon Sep 17 00:00:00 2001 From: Chris Howie Date: Wed, 18 Feb 2026 23:52:29 -0500 Subject: [PATCH] Fix typo --- src/comparison-restic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comparison-restic.md b/src/comparison-restic.md index 0e3b7d3..afdcc17 100644 --- a/src/comparison-restic.md +++ b/src/comparison-restic.md @@ -39,7 +39,7 @@ introduced by rustic. Some have been already adopted by restic. | `diff` with local files | ❌ | ✅ | | `backup` can use .gitignore | ❌ (roadmap: 0.19) | ✅ | | `backup` multiple snapshots at once | ❌ | ✅ | -| `backup` support for block devives | ❌ | ✅ | +| `backup` support for block devices | ❌ | ✅ | | `check` uses existing cache | ❌ (roadmap: 0.19) | ✅ | | show file history | ❌ | ✅ (`rustic find --path`) | | more snapshot filter options | ❌ | ✅ (see below for details) |