From 8aad94771485d26e462399946c011aaa37198a55 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 20 Jan 2022 21:23:04 -0500 Subject: [PATCH] fix rst --- docs/source/designs/backup-recovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/designs/backup-recovery.rst b/docs/source/designs/backup-recovery.rst index b7a0798..ff9cd60 100644 --- a/docs/source/designs/backup-recovery.rst +++ b/docs/source/designs/backup-recovery.rst @@ -106,7 +106,7 @@ This requires a large amount of bandwidth to upload full copies of the database The database occupies about 5 MiB per 10,000 ZKAPs. Copying "Sessions" -~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ SQLite3 has a "session" system which can be used to capture all changes made to a database. All changes could be captured this way and then uploaded to the backup location. -- GitLab