Gitlab Backups transfer from Minio to an ftp server

Hello everyone,

I have a question.

we are running gitlab community edition on kubernetes which runs fine.
I created a cron job to do the backups. The backups are being saved successfully to Minio. Is there a way to transfer them automatically from Minio to an ftp server?

I mean one way would be to get the backup link, download it in a service and upload it to the manual service but then I would need to code a service for it myself.

is there any built in support for this?

Thanks in advance

Cheers