From 1081be8ba5de62887466329d4e75dd38b0971c72 Mon Sep 17 00:00:00 2001 From: hija Date: Wed, 26 Aug 2020 15:37:44 +0200 Subject: [PATCH] Implemented b2 in frontend --- management/templates/system-backup.html | 625 +++++++++++++----------- 1 file changed, 341 insertions(+), 284 deletions(-) diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index 3860edb7..e0ffdb63 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -1,306 +1,363 @@ - -

Backup Status

- -

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.

- -

Configuration

- -
-
- -
- -
-
- -
-
-

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 synced to a remote machine using rsync over SSH, with local - copies in . 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.

- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
- Copy the Public SSH Key above, and paste it within the ~/.ssh/authorized_keys - of target user on the backup server specified above. That way you'll enable secure and - passwordless authentication from your mail-in-a-box server and your backup server. + #backup-status th { text-align: center; } + #backup-status tr.full-backup td { font-weight: bold; } + + +

Backup Status

+ +

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.

+ +

Configuration

+ + +
+ +
+
-
- -
-
-

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 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 synced to a remote machine using rsync over SSH, with local + copies in . 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.

+ +
-
-
- -
- +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
-
- -
- +
+ +
+ +
-
-
- -
- +
+ +
+ +
+ Copy the Public SSH Key above, and paste it within the ~/.ssh/authorized_keys + of target user on the backup server specified above. That way you'll enable secure and + passwordless authentication from your mail-in-a-box server and your backup server. +
+
-
- -
- -
- -
This is the minimum number of days backup data is kept for. The box makes an incremental backup, so backup data is often kept much longer. An incremental backup file that is less than this number of days old requires that all previous increments back to the most recent full backup, plus that full backup, remain available.
+ +
+
+

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.

+
-
-
-
- +
+ +
+ +
-
- - -

Available backups

- -

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

- - - - - - - - - - -
WhenTypeSizeDeleted in...
- + + \ No newline at end of file