[HOTIX] Get Backups working
This commit is contained in:
parent
bee4e61c87
commit
43cf0aa80d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue