+
+ {{ $t('backups.location.description') }}
+
+ {{ $t('backups.location.disabledList') }}
+
+ {{ app.label || app.fqdn }},
+
+
+
+
+
+
+
+
+
{{ $t('backups.location.provider') }}
+
{{ config.provider }}
+
+
+
{{ $t('backups.location.location') }}
+
+ {{ config.backupFolder }}
+
+
+ {{ mountOptions.diskPath || config.mountPoint }}{{ (config.prefix ? '/' : '') + config.prefix }}
+ {{ mountOptions.host }}:{{ mountOptions.remoteDir }}{{ (config.prefix ? '/' : '') + config.prefix }}
+
+
+ {{ config.bucket + (config.prefix ? '/' : '') + config.prefix }}
+ {{ config.region + ' ' + config.bucket + (config.prefix ? '/' : '') + config.prefix }}
+ {{ config.endpoint + ' ' + config.bucket + (config.prefix ? '/' : '') + config.prefix }}
+
+
+
+
{{ $t('backups.location.endpoint') }}
+
{{ config.endpoint || config.region }}
+
+
+
{{ $t('backups.location.format') }}
+
{{ config.format }}
+
+
+
+
+
+
+
+
+
+