From f37a390d79e87812ac35c85456439a1fcf5e54be Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 2 Feb 2022 14:31:24 -0500
Subject: [PATCH] also be explicit about event stream exclusion here

---
 docs/source/designs/backup-recovery.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst
index 998b5de..205148e 100644
--- a/docs/source/designs/backup-recovery.rst
+++ b/docs/source/designs/backup-recovery.rst
@@ -315,7 +315,9 @@ All uploads inherit the redundancy configuration from the Tahoe-LAFS client node
        The resulting string is uploaded as a new immutable object next to the existing snapshot object.
        The sequence number of the first statement it includes is added as metadata for that object in the containing directory.
 
-.. [7] The SQL statements are joined with newline separators and compressed using lzma.
+.. [7] The SQL statements from ``iterdump``,
+       except for those relating to the event stream table,
+       are joined with newline separators and compressed using lzma.
        The compressed blob is uploaded as an immutable object.
        The metadata of the object in the containing directory includes the snapshot's sequence number.
 
-- 
GitLab