From 9a015f269b0647eb57b91e52d0ef2fee6b55cea1 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 27 Apr 2023 18:39:41 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f723219..2fc721da 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ rqlite uses [Raft](https://raft.github.io/) to achieve consensus across all the - Choice of [read consistency levels](https://rqlite.io/docs/api/read-consistency/), and support for choosing [write performance over durability](https://rqlite.io/docs/api/queued-writes/). - Optional [read-only (non-voting) nodes](https://rqlite.io/docs/clustering/read-only-nodes/), which can add read scalability to the system. - A form of transaction support. -- Hot [backups](https://rqlite.io/docs/guides/backup/), as well as [load directly from SQLite](https://rqlite.io/docs/guides/restore/). +- Hot [backups](https://rqlite.io/docs/guides/backup/), including automatic backups to [AWS S3](https://aws.amazon.com/s3/), as well as [restore directly from SQLite](https://rqlite.io/docs/guides/restore/). ## Quick Start