From b31afbd53a1c90a3dddcd823cff203c37e862d5a Mon Sep 17 00:00:00 2001 From: "John @ S4" <64874788+John-S4@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:22:22 -0700 Subject: [PATCH] Make clear that non AWS S3 backups are supported Just a few wording changes to show that it is possible to make S3 backups to other services than AWS - prompted by a thread on MIAB discourse. --- management/templates/system-backup.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index 7cdc3803..e083b242 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -5,7 +5,7 @@
The box makes an incremental backup each night. By default the backup is stored on the machine itself, but you can also have it stored on Amazon S3.
+The box makes an incremental backup each night. By default the backup is stored on the machine itself, but you can also have it stored S3-compatible services like Amazon Web Services (AWS).
Backups are stored in an Amazon Web Services S3 bucket. You must have an AWS account already.
-You MUST manually copy the encryption password from to a safe and secure location. You will need this file to decrypt backup files. It is NOT stored in your Amazon S3 bucket.
+Backups are stored in an S3-compatible bucket. You must have an AWS or other S3 service account already.
+You MUST manually copy the encryption password from to a safe and secure location. You will need this file to decrypt backup files. It is NOT stored in your S3 bucket.