mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-31 19:00:54 +00:00 
			
		
		
		
	Make clear that non-AWS S3 backups are supported (#1947)
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.
This commit is contained in:
		
							parent
							
								
									3701e05d92
								
							
						
					
					
						commit
						d4c5872547
					
				| @ -5,7 +5,7 @@ | ||||
| 
 | ||||
| <h2>Backup Status</h2> | ||||
| 
 | ||||
| <p>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.</p> | ||||
| <p>The box makes an incremental backup each night. By default the backup is stored on the machine itself, but you can also store in on S3-compatible services like Amazon Web Services (AWS).</p> | ||||
| 
 | ||||
| <h3>Configuration</h3> | ||||
| 
 | ||||
| @ -17,7 +17,7 @@ | ||||
|         <option value="off">Nowhere (Disable Backups)</option> | ||||
|         <option value="local">{{hostname}}</option> | ||||
|         <option value="rsync">rsync</option> | ||||
|         <option value="s3">Amazon S3</option> | ||||
|         <option value="s3">S3 (Amazon or compatible) </option> | ||||
|         <option value="b2">Backblaze B2</option> | ||||
|       </select> | ||||
|     </div> | ||||
| @ -73,8 +73,8 @@ | ||||
|   <!-- S3 BACKUP --> | ||||
|   <div class="form-group backup-target-s3"> | ||||
|     <div class="col-sm-10 col-sm-offset-2"> | ||||
|       <p>Backups are stored in an Amazon Web Services S3 bucket. You must have an AWS account already.</p> | ||||
|       <p>You MUST manually copy the encryption password from <tt class="backup-encpassword-file"></tt> to a safe and secure location. You will need this file to decrypt backup files. It is NOT stored in your Amazon S3 bucket.</p> | ||||
|       <p>Backups are stored in an S3-compatible bucket. You must have an AWS or other S3 service account already.</p> | ||||
|       <p>You MUST manually copy the encryption password from <tt class="backup-encpassword-file"></tt> to a safe and secure location. You will need this file to decrypt backup files. It is <b>NOT</b> stored in your S3 bucket.</p> | ||||
|     </div> | ||||
|   </div> | ||||
|   <div class="form-group backup-target-s3"> | ||||
| @ -84,7 +84,7 @@ | ||||
|         {% for name, host in backup_s3_hosts %} | ||||
|           <option value="{{host}}">{{name}}</option> | ||||
|         {% endfor %} | ||||
|         <option value="other">Other</option> | ||||
|         <option value="other">Other (non AWS)</option> | ||||
|       </select> | ||||
|     </div> | ||||
|   </div> | ||||
| @ -343,4 +343,4 @@ function init_inputs(target_type) { | ||||
|     set_host($('#backup-target-s3-host-select').val()); | ||||
|   } | ||||
| } | ||||
| </script> | ||||
| </script> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user