Jelajahi Sumber

remove wasabi from cloud-backups role

Blaine Story 2 tahun lalu
induk
melakukan
99b74997be
1 mengubah file dengan 0 tambahan dan 15 penghapusan
  1. 0 15
      roles/cloud-backups/templates/rclone.conf.j2

+ 0 - 15
roles/cloud-backups/templates/rclone.conf.j2

@@ -4,14 +4,6 @@ account = {{ b2_account_key }}
 key = {{ b2_key_id }}
 hard_delete = true
 
-[wasabi-unencrypted]
-type = s3
-provider = Wasabi
-env_auth = false
-access_key_id = {{ wasabi_access_key }}
-secret_access_key = {{ wasabi_secret_access_key }}
-endpoint = s3.us-west-1.wasabisys.com
-
 {% if backups == 'all' or 'full_images' in backups %}
 [b2-backups]
 type = crypt
@@ -20,13 +12,6 @@ filename_encryption = standard
 password = {{ b2_backups_config_encryption_password }}
 password2 = {{ b2_backups_config_encryption_salt }}
 
-[wasabi-backups]
-type = crypt
-remote = wasabi-unencrypted:{{ wasabi_backups_bucket }}
-filename_encryption = standard
-password = {{ b2_backups_config_encryption_password }}
-password2 = {{ b2_backups_config_encryption_salt }}
-
 {% endif %}
 {% if backups == 'all' or 'nasdata' in backups %}
 [b2-data]