1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Disable Backblaze B2 backups until #1899 is resolved

This commit is contained in:
Joshua Tauberer
2021-01-31 08:33:20 -05:00
parent e3d98b781e
commit b1d703a5e7
3 changed files with 3 additions and 6 deletions

View File

@@ -18,7 +18,6 @@
<option value="local">{{hostname}}</option>
<option value="rsync">rsync</option>
<option value="s3">Amazon S3</option>
<option value="b2">Backblaze B2</option>
</select>
</div>
</div>
@@ -343,4 +342,4 @@ function init_inputs(target_type) {
set_host($('#backup-target-s3-host-select').val());
}
}
</script>
</script>