From e0c8df6809660e99ceeaf9fb71165d0e8427160e Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Wed, 21 Nov 2018 23:19:37 -0500 Subject: [PATCH] docs: working with `btrfs send` is kind of a feature Signed-off-by: Zygo Blaxell --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index e9fee65..49c6a94 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,6 +23,7 @@ Strengths * Constant hash table size - no increased RAM usage if data set becomes larger * Works on live data - no scheduled downtime required * Automatic self-throttling based on system load + * **NEW** [Now works with `btrfs send`](options.md) Weaknesses ----------