[HOTIX] Get Backups working

This commit is contained in:
Dunemask 2024-02-09 09:33:15 -07:00
parent bee4e61c87
commit 43cf0aa80d

View file

@ -66,6 +66,8 @@ function createBackupSecret(serverSpec) {
`secret_access_key = ${backupKey}`,
`endpoint = ${backupHost}`,
`acl = private`,
`no_check_bucket = true`,
`no_check_container = true`
].join("\n");
backupYaml.data["rclone.conf"] = Buffer.from(rcloneConfig).toString("base64");
return backupYaml;