From 1e69a5838c90c5a5f022076448e3a78bf13ac855 Mon Sep 17 00:00:00 2001 From: Luca Trevisani Date: Fri, 10 Nov 2023 08:48:01 +0100 Subject: [PATCH] Update `restic` features --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89f2e096..cc40fc61 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ The following table compares the feature lists of all these backup tools: |:------------------:|:---------:|:---:|:-----------------:|:---------------:|:-----------------:|:-------------:| | Incremental Backup | Yes | Yes | Yes | Yes | Yes | **Yes** | | Full Snapshot | No | Yes | Yes | Yes | Yes | **Yes** | -| Compression | Yes | Yes | Yes | Yes | No | **Yes** | +| Compression | Yes | Yes | Yes | Yes | Yes | **Yes** | | Deduplication | Weak | Yes | Weak | Yes | Yes | **Yes** | | Encryption | Yes | Yes | Yes | Yes | Yes | **Yes** | -| Deletion | No | No | Yes | Yes | No | **Yes** | +| Deletion | No | No | Yes | Yes | Yes | **Yes** | | Concurrent Access | No | No | No | Not recommended | Exclusive locking | **Lock-free** | | Cloud Support | Extensive | No | Extensive | No | Limited | **Extensive** | -| Snapshot Migration | No | No | No | No | No | **Yes** | +| Snapshot Migration | No | No | No | No | Yes | **Yes** | ## License