diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index 19082be0..83170429 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -22,12 +22,14 @@
-
Backups are stored on this machine’s own hard disk. You are responsible for periodically using SFTP (FTP over SSH) to copy the backup files from to a safe location. These files are encrypted, so they are safe to store anywhere.
+

Backups are stored on this machine’s own hard disk. You are responsible for periodically using SFTP (FTP over SSH) to copy the backup files from to a safe location. These files are encrypted, so they are safe to store anywhere.

+

Separately copy the encryption password from to a safe and secure location. You will need this file to decrypt backup files.

-
Backups are stored in an Amazon Web Services S3 bucket. You must have an AWS account already.
+

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.

@@ -71,8 +73,6 @@
-

Copy the encryption password from to a safe and secure location. You will need this file to decrypt backup files.

-

Available Backups

The backup location currently contains the backups listed below. The total size of the backups is currently .

@@ -175,7 +175,7 @@ function show_custom_backup() { $("#backup-target-pass").val(r.target_pass); $("#min-age").val(r.min_age_in_days); $('#backup-location').text(r.file_target_directory); - $('#backup-encpassword-file').text(r.enc_pw_file); + $('.backup-encpassword-file').text(r.enc_pw_file); toggle_form() }) }